{ "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" } } } } ] }