/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12m ago · Updated 1mo ago
Details
Filter operations
# Authorization
1
Aggregator
8
Application Components
1
Category
11
Connection
27
Connector
10
Event Content
3
Event Message
10
Execution
2
Extra Operations
3
File
8
Invoker
14
Ldap
2
Scheduler
21
Search
1
Subscription
13
Support files for Connections
6
Template
11
get
Retrieves a template from the database based on the provided template 'id'
put
Modifies template by given id
delete
Removes a template by given id
put
Removes templates by given list of ids
get
Retrieves all templates from database
put
Modifies a list of templates
post
/template
get
Downloads template by given filename
get
Retrieves a template from the database based on the provided connectionId
get
Checks if a template with given id is exists or not
get
Retrieves templates from database based on 'from' and 'to' connector 'id's
Update Assistant
16
User
11
User Details
1
User Role(Group)
9
Webhook
6
Widget
4
Widget Settings
2
Template
Modifies template by given id
put
/template/{id}
Request body
TemplateResource
required
templateId
string
name
string
description
string
version
string
link
string
connection
CtionTemplateResource
Response
Template has been successfully modified
TemplateResource
required
templateId
string
name
string
description
string
version
string
link
string
connection
CtionTemplateResource
Changes