/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 38m ago · Updated 1mo ago
Details
Filter operations
# Authorization
1
Aggregator
8
Application Components
1
Category
11
get
Retrieves a category from database by provided category ID
put
Modifies a category by provided category ID and accepting category data in request body.
delete
Deletes only category with given ID
put
Deletes list of categories with given ids
put
For each id, it deletes: a category with given ID; connections related to this category; sub categories and connections related to them
post
Creates or Updates an editor settings
post
Creates a category
get
Retrieves editor settings from database by provided user ID
get
Validates name of category for uniqueness
get
Retrieves all categories from database
delete
Deletes: a category with given ID; connections related to this category; sub categories and connections related to them
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
Update Assistant
16
User
11
User Details
1
User Role(Group)
9
Webhook
6
Widget
4
Widget Settings
2
Category
Creates or Updates an editor settings
post
/editor/settings
Request body
EditorSettingsDTO
required
id
integer
userId
integer
colorMode
string
processTextSize
integer
Response
Editor Settings has been successfully created(updated)
EditorSettingsDTO
required
id
integer
userId
integer
colorMode
string
processTextSize
integer
Changes