ConsistlyAPI
Guidelines

Commit a brand-guideline extraction

Applies the reviewed draft to the workspace brand (palettes, rules, fonts).

POST
/brand_guideline_extractions/{id}/commit
AuthorizationBearer <token>

Bearer API key. Brand Governance endpoints require brand:read or brand:write (plus narrower writes for specific resources).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/brand_guideline_extractions/brand_extraction_abc.../commit"
{  "id": "string",  "object": "brand_guideline_extraction",  "status": "queued",  "stage": "string",  "draft": {    "property1": null,    "property2": null  },  "diff": {    "property1": null,    "property2": null  },  "error": "string",  "created": "2019-08-24T14:15:22Z",  "updated": "2019-08-24T14:15:22Z"}
{  "error": {}}
{  "error": {}}