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"
  }
}

Changes