Skip to main content
PATCH
Update program dashboard status

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

programId
string
required

The programId.

Body

application/json

Update the agency-dashboard status on a program.

status
enum<string>
required

The new agency-dashboard status for the program.

Available options:
posting-as-usual,
onboarding-creator,
paused,
needs-attention

Response

Program status updated.

Standard success acknowledgement returned by the agency mutation endpoints. The use-case returns { success: true } and the route wraps it as { data: { success: true } }.

data
object
required