Save Working State

POST

Creates a commit that may be compacted, e.g cleaned up and not exist anymore. Throws if the template or branch doesn’t exist. Throws if the latest commit doesn’t match the provided id. Throws if you save to an archived template.

Path parameters

templateRidstringRequired

Query parameters

branchstringOptional

Request

This endpoint expects an object.
layoutobjectRequired
contentobjectRequired
chartslist of objectsOptional
latestCommitstringOptional

If present, will validate that the latest commit matches this id, and otherwise throw CommitConflict.

Response

This endpoint returns an object.
ridstring
metadataobject
commitobject
chartslist of objects
layoutobject
contentobject
Built with