Skip to main content
PUT
Assign or clear a thread's category

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required
Required range: x >= 1

Body

application/json

Assign or clear a category on a thread.

categoryId
integer | null

Target category id, or null to clear the assignment.

Required range: x >= 1

Response

Category set

The response is of type object.