V3 > Metadata

Update metadata.

Updates details of a specified metadata based on the given parameters.

put/2/vod/metadata/{metadata}

Path parameters

metadatainteger required

The MetadataLabel unique identifier

Request body

namestring

a string free of XSS payloads

Example request

{
  "name": "\"Hello World\"",
  "options": {
    "color": "#FFCC00"
  }
}

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "id": 1,
    "name": "my product",
    "type": "file"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.