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