Provides endpoints to send information from your cloud app to your server app
Feeds the app migration listener back with basic info coming from cloud
Forge and OAuth2 apps cannot access this REST resource.
string
RequiredcloudFeedback
object
OK
1
2
3
4
5
6
curl --request POST \
--url 'https://your-site.atlassian.net/rest/atlassian-connect/1/migration/feedback/{transferId}' \
--header 'Content-Type: application/json' \
--data '{
"details": {}
}'
Rate this page: