Skip to main content
POST
/
v1
/
app
/
project
/
{projectId}
/
artifact
/
{artifactId}
/
sync
Synchronize artifact
curl --request POST \
  --url https://{base_url}/v1/app/project/{projectId}/artifact/{artifactId}/sync \
  --header 'Content-Type: application/json' \
  --data '"<unknown>"'

Path Parameters

projectId
string
required

The ID of the project

artifactId
boolean
required

The ID of the artifact data to be updated

Body

application/json

No body required for this operation

Nothing