curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/sync \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"code": 123,
"details": [
{}
]
}Syncs the application for the specified application.
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/sync \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"code": 123,
"details": [
{}
]
}Was this page helpful?