/
OR
orkescloud
/
Orkes Conductor API Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17h ago · Updated 17h ago
Details
Filter operations
a-2-a-callback-resource
2
admin-resource
5
API Gateway
26
application-resource
15
get
Get all applications
post
Create an application
get
Get application id by access key id
delete
Delete an access key
post
Toggle the status of an access key
post
/api/applications/{applicationId}/roles/{role}
delete
/api/applications/{applicationId}/roles/{role}
get
Get an application by id
put
Update an application
delete
Delete an application
get
Get application's access keys
post
Create an access key for an application
get
Get tags by application
put
Put a tag to application
delete
Delete a tag for application
audit-resource
3
authorization-resource
5
context-controller
1
environment-resource
7
event-execution-resource
2
event-message-resource
2
event-resource
16
global-schema-resource
2
group-resource
10
health-check-resource
1
human-task
14
human-task-resource
1
incoming-webhook-resource
2
integration-resource
26
limits-resource
1
LLM
3
metadata-resource
12
metrics-resource
1
org-config-resource
1
orkes-agent-controller
39
prompt-resource
14
provider-controller
1
queue-admin-resource
2
role-resource
9
scheduler-bulk-resource
2
scheduler-resource
18
schema-resource
6
secret-resource
13
service-registry-resource
15
sharing-resource
3
tags
11
task-resource
18
token-resource
2
user-form
6
user-form-template-resource
3
user-resource
6
version-resource
1
webhooks-config-resource
8
workflow-bulk-resource
6
workflow-resource
32
application-resource
Update an application
put
/api/applications/{id}
Path parameters
id
string
required
Request body
CreateOrUpdateApplicationRequest
required
name
string
required
Application's name e.g.: Payment Processors
Response
OK
object
required
Changes