Atlassian · Example Payload

Atlassian Atlassiancreateprojectcategory Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiancreateprojectcategory 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": "atlassianCreateprojectcategory",
  "method": "POST",
  "path": "/rest/api/3/projectCategory",
  "summary": "Atlassian Create Project Category",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "description": "Created Project Category",
        "name": "CREATED"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": "{\"description\":\"Created Project Category\",\"id\":\"10100\",\"name\":\"CREATED\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/projectCategory/10100\"}"
    }
  ]
}