POST /revisions/:id/metadata/:alias
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique ID of the revision. |
alias | string | Yes | The alias for the new metadata item. |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
value | string | No | Arbitrary string value. |
data | object | No | Arbitrary JSON object. |
Response
| Parameter | Type | Description |
|---|---|---|
item_id | string | The unique ID of the created item. |

