PUT
/
v1
/
authorizations
/
{id}
curl --request PUT \
  --url https://api.rootly.com/v1/authorizations/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "6ac6c91c-cf8f-4f94-a795-ffb2c1c0235c",
    "type": "authorizations",
    "attributes": {
      "authorizable_id": "a3e7f417-60dc-4e10-bdeb-a695185a5998",
      "authorizable_type": "Dashboard",
      "grantee_id": "40",
      "grantee_type": "User",
      "permissions": [
        "read",
        "update"
      ],
      "updated_at": "2025-03-13T11:59:10.347-07:00",
      "created_at": "2025-03-13T11:59:10.166-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object
required

Response

200
application/vnd.api+json
authorization updated
data
object
required