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,
"ownerId": "<string>",
"approvers": [
{
"id": "<string>"
}
],
"approverGroups": [
{
"id": "<string>"
}
],
"approvalStrategy": "AutoApprove",
"workspaces": [
{
"id": "<string>"
}
]
}'{
"id": "<string>",
"name": "<string>",
"domain": "<string>",
"imageUrl": "<string>",
"price": 123,
"status": "ACTIVE",
"ownerId": "<string>",
"organizationId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"accessLevels": [
{
"id": "<string>",
"applicationId": "<string>",
"name": "<string>",
"description": "<string>",
"order": 123,
"createdAt": "<string>",
"updatedAt": "<string>",
"integrationGroupIds": [
"<string>"
],
"approverIds": [
"<string>"
],
"approverGroupIds": [
"<string>"
],
"approvalStrategy": "All"
}
],
"workspaces": [
{
"id": "<string>"
}
],
"approvers": [
{
"id": "<string>"
}
],
"approverGroups": [
{
"id": "<string>"
}
],
"approvalStrategy": "<string>",
"integrationApplicationId": "<string>",
"integration": {
"id": "<string>",
"name": "<string>",
"app": "CODA",
"imageURL": "<string>",
"integrationGroups": [
{
"id": "<string>",
"name": "<string>",
"externalGroupId": "<string>",
"metadata": {}
}
]
}
}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,
"ownerId": "<string>",
"approvers": [
{
"id": "<string>"
}
],
"approverGroups": [
{
"id": "<string>"
}
],
"approvalStrategy": "AutoApprove",
"workspaces": [
{
"id": "<string>"
}
]
}'{
"id": "<string>",
"name": "<string>",
"domain": "<string>",
"imageUrl": "<string>",
"price": 123,
"status": "ACTIVE",
"ownerId": "<string>",
"organizationId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"accessLevels": [
{
"id": "<string>",
"applicationId": "<string>",
"name": "<string>",
"description": "<string>",
"order": 123,
"createdAt": "<string>",
"updatedAt": "<string>",
"integrationGroupIds": [
"<string>"
],
"approverIds": [
"<string>"
],
"approverGroupIds": [
"<string>"
],
"approvalStrategy": "All"
}
],
"workspaces": [
{
"id": "<string>"
}
],
"approvers": [
{
"id": "<string>"
}
],
"approverGroups": [
{
"id": "<string>"
}
],
"approvalStrategy": "<string>",
"integrationApplicationId": "<string>",
"integration": {
"id": "<string>",
"name": "<string>",
"app": "CODA",
"imageURL": "<string>",
"integrationGroups": [
{
"id": "<string>",
"name": "<string>",
"externalGroupId": "<string>",
"metadata": {}
}
]
}
}Show child attributes
Show child attributes
AutoApprove, RoundRobin, All Show child attributes
Successful response
ACTIVE, INACTIVE, DELETED Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?