Atlassian · Example Payload

Atlassian Atlassiancreateprojectrole Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiancreateprojectrole 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": "atlassianCreateprojectrole",
  "method": "POST",
  "path": "/rest/api/3/role",
  "summary": "Atlassian Create Project Role",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "description": "A project role that represents developers in a project",
        "name": "Developers"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"description\":\"A project role that represents developers in a project\",\"id\":10360,\"name\":\"Developers\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360\"}"
    }
  ]
}