Rate this page:
Provides endpoints to send information from your cloud app to your server app
Disclaimer: Atlassian Connect Resource. Replace the product-specific-path
with the corresponding product API i.e.,
your-site.atlassian.net/wiki/rest/atlassian-connect/1/migration/
for Confluenceyour-site.atlassian.net/rest/atlassian-connect/1/migration/
for JiraPOST /rest/atlassian-connect/1/migration/feedback/{transferId}
Feeds the app migration listener back with basic info coming from cloud
string
transferId
uuid
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": {}
}'
OK
A schema has not been defined for this response code.
Rate this page: