post https://app-sandbox.trustpair.com/api/v1/overrides//actions
Perform an action on an existing override.
This endpoint allows you to:
- Add comments to an override
- Accept an override (available to reviewers only)
- Refuse an override (available to reviewers only)
- Cancel an override (available to the creator only)
- Attach supporting documents with any action
Each action will create a permanent record in the override's action log
and may change the override's status.
Action Type Permissions:
comment
: Available to contributors and reviewersaccept
: Available to reviewers only (not the override creator)refuse
: Available to reviewers only (not the override creator)cancel
: Available only to the override creator
Required permissions:
overrides_write
Important constraints:
- The override feature must be enabled for your account
- Actions can only be performed on overrides in appropriate states
- Users must have proper roles to perform specific actions