{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Dynamic Modules API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Dynamic Modules",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Get Modules",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/atlassian-connect/1/app/module/dynamic"
},
"docs": "Returns all modules registered dynamically by the calling app.
**[Permissions](#permissions) required:** Only Connect apps can make this request."
},
{
"info": {
"name": "Atlassian Register Modules",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.atlassian.com/atlassian-connect/1/app/module/dynamic"
},
"docs": "Registers a list of modules. For the list of modules that support dynamic registration, see [Dynamic modules](https://developer.atlassian.com/cloud/confluence/dynamic-modules/).
**[Permissions](#permissions) required:** Only Connect apps can make this request."
},
{
"info": {
"name": "Atlassian Remove Modules",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.atlassian.com/atlassian-connect/1/app/module/dynamic",
"params": [
{
"name": "moduleKey",
"value": "",
"type": "query",
"description": "The key of the module to remove. To include multiple module keys, provide multiple copies of this parameter.\nFor example, `moduleKey=dynamic-attachment-entity-property&moduleKey=dynamic-select-field`.\nNonexistent keys are ignored."
}
]
},
"docs": "Remove all or a list of modules registered by the calling app.
**[Permissions](#permissions) required:** Only Connect apps can make this request."
},
{
"info": {
"name": "Atlassian Get Modules",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/atlassian-connect/1/app/module/dynamic"
},
"docs": "Returns all modules registered dynamically by the calling app.
**[Permissions](#permissions) required:** Only Connect apps can make this request."
},
{
"info": {
"name": "Atlassian Register Modules",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.atlassian.com/rest/atlassian-connect/1/app/module/dynamic",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Registers a list of modules.
**[Permissions](#permissions) required:** Only Connect apps can make this request."
},
{
"info": {
"name": "Atlassian Remove Modules",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.atlassian.com/rest/atlassian-connect/1/app/module/dynamic",
"params": [
{
"name": "moduleKey",
"value": "",
"type": "query",
"description": "The key of the module to remove. To include multiple module keys, provide multiple copies of this parameter.\nFor example, `moduleKey=dynamic-attachment-entity-property&moduleKey=dynamic-select-field`.\nNonexistent keys are ignored."
}
]
},
"docs": "Remove all or a list of modules registered by the calling app.
**[Permissions](#permissions) required:** Only Connect apps can make this request."
}
]
}
],
"bundled": true
}