Skip to content

Update metadata

PUT
/v2/metadata/{metadataId}

Update an existing metadata record.

metadataId
required
string format: uuid

The ID of the metadata

Example
e271bc5c-f870-44cd-8462-54280d0411f6
X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
value
required

The new value for the metadata

string
Updated metadata value

The resource has been successfully updated.

object
id
required

The query ID for the created metadata

string
e271bc5c-f870-44cd-8462-54280d0411f6
aggregateId
required

The aggregate ID for this metadata item

string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6
value
required

The value of the metadata

string
Sample value
key
required

The key of the metadata

string
e271bc5c-f870-44cd-8462-54280d0411f6
description
required

The description of the metadata

string
Sample description
displayName
required

The display name of the metadata

string
Sample display name

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error