Update metadata key's value

PUT
Update the value of a single metadata key. If the key does not exist, it will be created.

Path parameters

uuidstringRequired
File UUID.
keystringRequired

Key of file metadata. List of allowed characters for the key:

  • Latin letters in lower or upper case (a-z,A-Z)
  • digits (0-9)
  • underscore _
  • a hyphen -
  • dot .
  • colon :

Headers

AcceptstringOptional
Version header.

Request

This endpoint expects a string.

Response

This endpoint returns a string.

Errors