Skip to main content
Create a new draft revision for a blob. The latest revision must be in commit phase.

POST /blobs/:org_id/:blob_id/revisions

Path Parameters

ParameterTypeRequiredDescription
org_idstringYesThe unique ID of the organization.
blob_idstringYesThe unique ID of the blob.

Response

ParameterTypeDescription
revision_idstringThe unique ID of the new revision.

Example

curl -X POST https://api.blobhub.io/blobs/org_123/blob_789/revisions