v1
latestOpenAPI 3.1.02026-07-222392081.7 MBCatalog
Create catalog draft
Create the pending draft from the current live catalog. Returns the existing draft when one is already pending.
post/v1/catalog/versions/draft
Request body
Example request
{
"name": "Q3 catalog draft",
"description": "Draft for Q3 pricing updates."
}Response
Example response
{
"id": "pcv_9x8v7u6t5s4r",
"version": 12,
"status": "published",
"name": "Q3 catalog",
"description": "Catalog published for Q3 pricing.",
"base_version_id": "pcv_1a2b3c4d5e6f",
"resource_count": 42,
"published_at": "2026-06-17T12:30:00Z",
"created_at": "2026-06-17T12:15:00Z",
"updated_at": "2026-06-17T12:30:00Z"
}