post https://facetsdemo.console.facets.cloud/cc-ui/v1/versions//restore
restore
Your Control Plane URL will vary
The Control Plane URL, denoted as
YOUR_CP_URL
for this API reference document is https://facetsdemo.console.facets.cloud.
Replace that with the Control Plane URL unique to your account.
API Endpoint
This API processes a POST
request to trigger rollback for a given version ID of any versioned resource.
https://{YOUR_CP_URL}/cc-ui/v1/versions/{versionId}/restore
- This API endpoint has one path parameter,
versionId
.
Path parameters
versionId
of typeString
is the unique ID of the resource version for which you want to trigger a rollback.
Authenticate your API request
To learn more about how to generate a basic authentication token for use with Facets API requests, check Authentication Setup.
Facets API uses Basic Authentication.