Skip to main content
PATCH
Error

Authorizations

Authorization
string
header
required

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

ORG-ID
string
header
required

Path Parameters

project_id
string<uuid>
required
policy_id
string<uuid>
required

Body

application/json
cloud_policy
object
deployment_notes
object
description
string
name
string
omega_channel
enum<string>
Available options:
stable,
latest,
dev
schema_sources
object[]
table_strategies
object

Response

200 - application/json

Policy updated

Preferred shape for successful JSON responses is { ok, data, meta } with list metadata (e.g. pagination totals) in top-level meta, not nested under data.

data
any | null
required

Response payload; may be null for no-content successes.

meta
any | null
required

Top-level metadata (e.g. pagination); null when unused.

ok
enum<integer>
required
Available options:
1