Skip to content

Create File

Create the specified files.

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

Request Body

{
  "body": [
    {
      "id": 1,
      "organizationId": 1,
      "description": "description",
      "createdAtUtc": "2022-09-21T09:18:34",
      "machineId": 402,
      "fileKey": "test-key",
      "status": 1,
      "fileMetadata": {
        "key": "create",
        "value": "create"
      }
    }
  ]
}

Returns

On Success

Return the IDs of the created files.

Response Body

[
  2
]