Plugin

Enable a plugin on a scope

post/v1/plugins/{pluginId}/enable

Request body

scope_idstring 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
configobject

Optional activation config applied when enabling.

Example request

{
  "scope_id": "9bsv0s46s6s002p9ltq0"
}

Response

No Content

Changes