Skip to main content
PUT
/
applications
/
{applicationId}
/
access-levels
Update an access level for an application
curl --request PUT \
  --url https://core.ravenna.ai/api/applications/{applicationId}/access-levels \
  --header 'Content-Type: application/json' \
  --header 'x-ravenna-api-token: <api-key>' \
  --data '{
  "accessLevels": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "approvalStrategy": "All"
    }
  ]
}'
{
  "accessLevels": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "approvalStrategy": "All",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

applicationId
string
required

Body

application/json
accessLevels
object[]
required

Response

Successful response

accessLevels
object[]
required