Skip to main content
POST
/
v1
/
frameworks
/
{id}
/
sync
Sync a framework instance to a target version
curl --request POST \
  --url http://localhost:3333/v1/frameworks/{id}/sync \
  --header 'Content-Type: application/json' \
  --data '{}'

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

201 - undefined