Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Id of the application
Response
Application synced successfully.
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/sync \
--header 'Authorization: Bearer <token>'This response does not have an example.Syncs the application for the specified application.
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/sync \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Id of the application
Application synced successfully.
Was this page helpful?