Skip to main content
POST
Publish Term

Authorizations

Authorization
string
header
required

Auth token returned from the login endpoint. Send as: Authorization: <token> (no Bearer prefix)

Body

application/json
method
string
required

Always "Update"

Example:

"Update"

action
string
required

Always "Publish Term"

Example:

"Publish Term"

apiVersion
string
required
Example:

"v2"

operation
string
required

Always "schedule"

Example:

"schedule"

data
object
required
billID
integer | null

Pass a specific bill ID to publish a single bill only — null to publish all bills in the term

Response

200 - application/json

Publish job registered

success
boolean
data
object
message
string
statusCode
integer
error
unknown