Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt

Use this file to discover all available pages before exploring further.

Create a new metadata item for a revision.

POST /revisions/:id/metadata/:alias

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe unique ID of the revision.
aliasstringYesThe alias for the new metadata item.

Request Body

ParameterTypeRequiredDescription
valuestringNoArbitrary string value.
dataobjectNoArbitrary JSON object.

Response

ParameterTypeDescription
item_idstringThe unique ID of the created item.

Example

{
  "value": "approved",
  "data": { "approver": "admin" }
}