Skip to main content
POST
UpsertCheckCategories

Authorizations

Authorization
string
header
required

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

Body

application/json
categories
CheckCategoryUpdate · object[]

The checks to categorise. Every entry must name a distinct check.

Required array length: 1 - 500 elements
actor
Actor · object

Who is making the change, when the caller acts on someone's behalf — an agent, a bot, an automation. Recorded as the editor and shown back on reads. Omit it when the caller's own credentials already identify them.

Response

200 - application/json

Success

categories
CheckCategories · object[]

The resolved category state of each updated check, in request order.