Returns all modules registered dynamically by the calling app.
Permissions required: Only Connect apps can make this request.
Forge and OAuth2 apps cannot access this REST resource.
Connect app scope required: NONE
This request has no parameters.
Returned if the request is successful.
1
2
3
curl --request GET \
--url 'https://your-domain.atlassian.net/wiki/rest/atlassian-connect/1/app/module/dynamic' \
--header 'Accept: */*'Registers a list of modules. For the list of modules that support dynamic registration, see Dynamic modules.
Permissions required: Only Connect apps can make this request.
Forge and OAuth2 apps cannot access this REST resource.
Connect app scope required: NONE
array<ConnectModule>
RequiredReturned if the request is successful.
1
2
curl --request POST \
--url 'https://your-domain.atlassian.net/wiki/rest/atlassian-connect/1/app/module/dynamic'Remove all or a list of modules registered by the calling app.
Permissions required: Only Connect apps can make this request.
Forge and OAuth2 apps cannot access this REST resource.
Connect app scope required: NONE
array<string>
RequiredReturned if the request is successful.
1
2
curl --request DELETE \
--url 'https://your-domain.atlassian.net/wiki/rest/atlassian-connect/1/app/module/dynamic?moduleKey={moduleKey}'Rate this page: