Skip to main content
PATCH
Update a resource

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Resource ID.

Required range: x >= 1

Body

application/json
name
string

New name for the file.

description
string

Description for the file.

status
enum<string>

Set to "uploaded" to confirm a pending upload.

Available options:
uploaded

Response

The updated resource.

data
object
required

Response payload.