Skip to main content
POST
Update disclosed job deliverable status

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
disclosed_job_id
integer
required

Disclosed job ID

Example:

1

deliverable_id
integer
required

Deliverable ID

Example:

1

status
string
required

New status

Example:

"paid"

payment_date
string<date>
required

Payment date

Example:

"2026-04-01"

Response

200

Deliverable updated