English
cURL
curl --request POST \ --url https://{base_url}/v1/app/project/{projectId}/artifact/{artifactId}/sync \ --header 'Content-Type: application/json' \ --data '"<unknown>"'
Synchronizes an artifact with the latest data from its source. Generally only used for external integrations that support live updates.
The ID of the project
The ID of the artifact data to be updated
No body required for this operation
Nothing