{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Register API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Register", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Register Modules", "type": "http" }, "http": { "method": "POST", "url": "https://api.atlassian.com/atlassian-connect/1/app/module/dynamic" }, "docs": "This API operation allows Atlassian Connect apps to dynamically register new modules with a Confluence instance at runtime, extending the app's functionality without requiring a full app descriptor update. By sending a POST request to the /atlassian-connect/1/app/module/dynamic endpoint, developers can add new web items, web panels, dialogs, or other supported module types on-the-fly, enabling more flexible and responsive app behavior based on user actions, configuration changes, or external eve" } ] } ], "bundled": true }