/
OP
opcotech
/
Elemo API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 29m ago · Updated 12h ago
Details
Filter operations
Custom Field
10
Document
3
Folder
3
Issue
11
Label
1
Namespace
13
Notification
4
Organization
30
Permission
4
Plugin
20
get
List installed plugins
post
Install a plugin package
get
List active frontend plugins
get
Get an installed plugin
delete
Uninstall a plugin
post
Enable a plugin on a scope
post
Disable a plugin on a scope
get
Get plugin activation config
patch
Update plugin activation config
post
Upgrade a plugin package
post
Invoke a plugin function
get
List plugin graph nodes
post
Create a plugin graph node
get
Get a plugin graph node
delete
Delete a plugin graph node
patch
Update a plugin graph node
post
Move a plugin graph node to a new parent
get
List plugin graph relations
post
Create a plugin graph relation
delete
Delete a plugin graph relation
Project
9
Search
1
System
4
Todo
5
User
8
Plugin
Disable a plugin on a scope
post
/v1/plugins/{pluginId}/disable
Request body
object
required
scope_id
string
required
scope_type
'Assignment'
|
'Attachment'
|
'Comment'
|
'Document'
|
'Issue'
|
'IssueRelation'
|
'Label'
|
'Namespace'
|
'Notification'
|
'Organization'
|
'Permission'
|
'Project'
|
'ResourceType'
|
'Role'
|
'Team'
|
'Todo'
|
'User'
|
'UserToken'
|
'Folder'
|
'Installation'
|
'CustomFieldDefinition'
|
'Extension'
required
config
object
Optional activation config applied when enabling.
Example request
{ "scope_id": "9bsv0s46s6s002p9ltq0" }
Response
No Content
Changes