Skip to main content
PATCH
Set a submission forward status

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Path Parameters

pid
string
required

Project id (UUID) belonging to the caller workspace.

id
string
required

Submission id.

Body

application/json
forward_status
enum<string>
required

Setting it to sent also stamps forwarded_at; any other value leaves forwarded_at untouched.

Available options:
pending,
sent,
failed

Response

Updated.

ok
boolean
required