PUT
/
api
/
v1
/
files
/
{file_path}
{
  "filePath": "<string>",
  "contentType": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_path
string
required

Query Parameters

strict
boolean
default:
false

Body

multipart/form-data
file
file
required

Response

201
application/json
File uploaded successfully
filePath
string
required
contentType
string
required