Atlassian · Example Payload

Atlassian Atlassiangetanexplicitgrouppermissionforaproject Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetanexplicitgrouppermissionforaproject 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": "atlassianGetAnExplicitGroupPermissionForAProject",
  "method": "GET",
  "path": "/workspaces/{workspace}/projects/{project_key}/permissions-config/groups/{group_slug}",
  "summary": "Atlassian Get An Explicit Group Permission For A Project",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "type": "project_group_permission",
        "group": {
          "type": "group",
          "name": "Administrators",
          "slug": "administrators"
        },
        "permission": "admin",
        "links": {
          "self": {
            "href": "https://api.bitbucket.org/2.0/workspaces/atlassian_tutorial/projects/PRJ/permissions-config/groups/administrators"
          }
        }
      }
    }
  ]
}