Skip to main content
PATCH
Update an object

Authorizations

Authorization
string
header
required

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

Path Parameters

identifier
string
required

A UUID or slug to identify the object.

Body

application/json
singular_noun
string

The singular form of the object's name.

plural_noun
string

The plural form of the object's name.

archived_at
string<date-time> | null

When the object was archived, if applicable.

Example:

"2024-09-04T20:45:09Z"

Response

Success

data
object
required