Skip to main content
PATCH
Update a goal

Authorizations

Authorization
string
header
required

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

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

goal_id
string
required

Goal identifier.

Body

application/json
status
enum<string>
Available options:
pending,
in_progress,
completed

Response

Goal updated.

data
object