Atlassian · Example Payload

Atlassian Atlassiandeleteprojectroleactorsfromrole Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiandeleteprojectroleactorsfromrole 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": "atlassianDeleteprojectroleactorsfromrole",
  "method": "DELETE",
  "path": "/rest/api/3/role/{id}/actors",
  "summary": "Atlassian Delete Default Actors From Project Role",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"actors\":[{\"actorGroup\":{\"name\":\"jira-developers\",\"displayName\":\"jira-developers\",\"groupId\":\"952d12c3-5b5b-4d04-bb32-44d383afc4b2\"},\"displayName\":\"jira-developers\",\"id\":10240,\"name\":\"jira-developers\",\"type\":\"atlassian-group-role-actor\"}]}"
    }
  ]
}