Atlassian · Example Payload

Atlassian Atlassiancreatefieldconfigurationscheme Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiancreatefieldconfigurationscheme 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": "atlassianCreatefieldconfigurationscheme",
  "method": "POST",
  "path": "/rest/api/3/fieldconfigurationscheme",
  "summary": "Atlassian Create Field Configuration Scheme",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "description": "We can use this one for software projects.",
        "name": "Field Configuration Scheme for software related projects"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": "{\"id\":\"10002\",\"name\":\"Field Configuration Scheme for software related projects\",\"description\":\"We can use this one for software projects.\"}"
    },
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"A field configuration scheme is using this name.\"],\"errors\":{}}"
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Only Jira administrators can access field configurations.\"],\"errors\":{}}"
    }
  ]
}