Skip to content

Update File Metadata

Update the specified file metadata.

Verb DELETE
Endpoint {base-url}/files/metadata
Max Page Size N/A

Request Body

{
  "body": [
    {
      "id": 1,
      "key": "type",
      "value": "xls",
      "fileId": 7
    }
  ]
}

Returns

On Success

Return the updated file metadata.

Response Body

[
  {
    "id": 1,
    "key": "type",
    "value": "xls",
    "fileId": 7
  }
]