{ "operationId": "atlassianAddTheSpecificUserAsADefaultReviewerForTheProject", "method": "PUT", "path": "/workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}", "summary": "Atlassian Add The Specific User As A Default Reviewer For The Project", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "response", "example": { "display_name": "Yaniv Sagy", "links": { "self": { "href": "https://api.bitbucket.org/2.0/users/%7Bdd5db7f2-6389-458d-a62a-716773910b7a%7D" }, "avatar": { "href": "https://secure.gravatar.com/avatar/YS-2.png" }, "html": { "href": "https://api.bitbucket.org/%7Bdd5db7f2-6389-458d-a62a-716773910b7a%7D/" } }, "type": "user", "uuid": "{dd5db7f2-6389-458d-a62a-716773910b7a}", "account_id": "712020:4efe52fa-b4b4-475b-9eb0-c0a23b7eb194", "nickname": "Yaniv Sagy" } } ] }