Authorizations
Path Parameters
Body
application/json
Response
Successful response
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>"
}
]
}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>"
}
]
}Show child attributes
Successful response
Show child attributes
Was this page helpful?