Skip to content

Update Matter status

Redline APIMatters

PATCHhttps://api.redline.example/v1/matters/{matter_id}/status

AuthRequires authentication via bearerAuth.

Description

Moves a Matter to a permitted lifecycle status.

Parameters

matter_idpathstringrequired
Matter identifier.

Request body

application/jsonrequired

statusbodystringrequired
Current lifecycle state of a Matter.
reasonbodystring
Context recorded in Matter activity.

Responses

200The updated Matter.application/json
idstringrequired
Stable Matter identifier
namestringrequired
Human-readable Matter name
agreement_typestringrequired
Workspace-defined contract category
counterparty_namestringrequired
Other contracting party
statusstringrequired
Current lifecycle state of a Matter.
owner_idstringrequired
Workspace member responsible for the Matter
template_idstring | null
Template used for the first draft
target_signature_datestring | null
Internal target for signature
external_referencestring | null
Identifier from a connected business system
current_turn_numberinteger
Latest completed Turn number
executed_copy_idstring | null
Final signed document when execution is complete
created_atstring <date-time>required
Creation timestamp.
updated_atstring <date-time>required
Most recent update timestamp.
401The API key is missing, malformed, expired, or revoked.application/json
errorobjectrequired
403The API key does not have permission for this action.application/json
errorobjectrequired
404The resource was not found in the authenticated Workspace.application/json
errorobjectrequired
409The operation conflicts with the current resource state.application/json
errorobjectrequired
422One or more request fields are invalid.application/json
errorobjectrequired