Skip to main content
POST
/
v1
/
frameworks
/
{id}
/
rollback
Roll back a framework sync operation
curl --request POST \
  --url http://localhost:3333/v1/frameworks/{id}/rollback \
  --header 'Content-Type: application/json' \
  --data '{}'

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

201 - undefined