Atlassian · Example Payload

Atlassian Atlassianassignschemetoproject Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianassignschemetoproject Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianAssignschemetoproject",
  "method": "PUT",
  "path": "/rest/api/3/workflowscheme/project",
  "summary": "Atlassian Assign Workflow Scheme To Project",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "projectId": "10001",
        "workflowSchemeId": "10032"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Only classic projects can have workflow schemes assigned.\"],\"errors\":{}}"
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Only Jira administrators can access workflow scheme associations.\"],\"errors\":{}}"
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The workflow scheme was not found.\"],\"errors\":{}}"
    }
  ]
}