post https://facetsdemo.console.facets.cloud/cc-ui/v1/designer///create-branch
Your Control Plane URL will varyThe Control Plane URL, denoted as
YOUR_CP_URLfor 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 create a new branch in the Blueprint.
https://{YOUR_CP_URL}/cc-ui/v1/designer/{stackName}/{branch}/create-branch- This API endpoint has two path parameter,
stackNameandbranch.
Path parameters
stackNameof typeStringis the name of the Blueprint where you want to create a branch.branchof typeStringis the name of the branch.
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.