Authorizations
Path Parameters
Body
application/json
Response
Successful response
Available options:
ACTIVE
, INACTIVE
, DELETED
curl --request PUT \
--url https://core.ravenna.ai/api/applications/{id} \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"name": "<string>",
"imageUrl": "<string>",
"domain": "<string>",
"price": 123,
"approvers": [
{
"id": "<string>"
}
],
"approverGroups": [
{
"id": "<string>"
}
],
"approvalStrategy": "Manager",
"workspaces": [
{
"id": "<string>"
}
]
}'
{
"id": "<string>",
"name": "<string>",
"domain": "<string>",
"imageUrl": "<string>",
"price": 123,
"status": "ACTIVE",
"organizationId": "<string>",
"integrationApplicationId": "<string>",
"workspaces": [
{
"id": "<string>"
}
],
"approvers": [
{
"id": "<string>"
}
],
"approverGroups": [
{
"id": "<string>"
}
],
"approvalStrategy": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
curl --request PUT \
--url https://core.ravenna.ai/api/applications/{id} \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"name": "<string>",
"imageUrl": "<string>",
"domain": "<string>",
"price": 123,
"approvers": [
{
"id": "<string>"
}
],
"approverGroups": [
{
"id": "<string>"
}
],
"approvalStrategy": "Manager",
"workspaces": [
{
"id": "<string>"
}
]
}'
{
"id": "<string>",
"name": "<string>",
"domain": "<string>",
"imageUrl": "<string>",
"price": 123,
"status": "ACTIVE",
"organizationId": "<string>",
"integrationApplicationId": "<string>",
"workspaces": [
{
"id": "<string>"
}
],
"approvers": [
{
"id": "<string>"
}
],
"approverGroups": [
{
"id": "<string>"
}
],
"approvalStrategy": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
Successful response
ACTIVE
, INACTIVE
, DELETED
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?