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 apps cannot access this REST resource.
This request has no parameters.
Returned if the request is successful.
1
2
3
curl --request GET \
--url 'https://your-domain.atlassian.net/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 apps cannot access this REST resource.
array<ConnectModule>
RequiredReturned if the request is successful.
1
2
curl --request POST \
--url 'https://your-domain.atlassian.net/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 apps cannot access this REST resource.
array<string>
RequiredReturned if the request is successful.
1
2
curl --request DELETE \
--url 'https://your-domain.atlassian.net/atlassian-connect/1/app/module/dynamic?moduleKey={moduleKey}'
Rate this page: