Atlassian · Example Payload

Atlassian Atlassiansetdefaultsharescope Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiansetdefaultsharescope 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": "atlassianSetdefaultsharescope",
  "method": "PUT",
  "path": "/rest/api/3/filter/defaultShareScope",
  "summary": "Atlassian Set Default Share Scope",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "scope": "GLOBAL"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"scope\":\"GLOBAL\"}"
    }
  ]
}