Update metadata
PUT /v2/metadata/{metadataId}
PUT
/v2/metadata/{metadataId}
Update an existing metadata record.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” metadataId
required
string format: uuid
The ID of the metadata
Example
0ebec69f-cde5-4abf-83eb-595f8f023c80
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
value
required
The new value for the metadata
string
Updated metadata value
Responses
Section titled “ Responses ”The resource has been successfully updated.
object
id
required
The query ID for the created metadata
string
0ebec69f-cde5-4abf-83eb-595f8f023c80
aggregateId
required
The aggregate ID for this metadata item
string format: uuid
0ebec69f-cde5-4abf-83eb-595f8f023c80
value
required
The value of the metadata
string
Sample value
key
required
The key of the metadata
string
0ebec69f-cde5-4abf-83eb-595f8f023c80
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