projects

updatePermissions projects

post/sample/v1/projects/{extProjectId}/permissions

Path parameters

extProjectIdstring required

Request body

Example request

{
  "teams": [
    {
      "id": 1
    }
  ],
  "users": [
    {
      "id": 1,
      "role": "PROJECT_MANAGER"
    }
  ]
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.