latestOpenAPI 3.0.02026-08-216686147.9 KB

6f6009a58cdd

requests
files

Upload a File to the specified Request

post/v1/requests/{uuid}/files

Path parameters

uuidstring uuid required

The UUID of the request to upload the file to

Response

The UUID of the file that was attached to the Request

Example response

{
  "data": {
    "uuid": "3e11fc6d-ecd0-4673-8a90-aa787ed391ec"
  }
}