Skip to content

Create File Metadata

Create the specified file metadata.

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

Request Body

{
  "body": [
    {
      "key": "type",
      "value": "csv",
      "fileId": 7
    }
  ]
}

Returns

On Success

Return the IDs of the created file metadata.

Response Body

[
  1
]