Atlassian · Example Payload

Atlassian Atlassianremovememberfromsecuritylevel Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianremovememberfromsecuritylevel 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": "atlassianRemovememberfromsecuritylevel",
  "method": "DELETE",
  "path": "/rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}/member/{memberId}",
  "summary": "Atlassian Remove Member From Issue Security Level",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "403",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"You are not authorized to perform this action. Administrator privileges are required.\"],\"errors\":{}}"
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Issue security scheme with ID 10000 not found.\"],\"errors\":{}}"
    }
  ]
}