latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

cms

Replace an organization's saga content-access grants per level. An omitted level is left untouched; an empty list revokes the level.

put/api/v1/content-access/{organizationId}

Path parameters

organizationIdstring uuid required

The unique identifier of the organization

Request body

readOnlySagaIdsstring[]

All sagaIds defined by the CMS that the organization has read-only access to. Replaces the existing read-only grants, i.e. an empty list revokes all read-only access. Omit the field to leave the level untouched.

readWriteSagaIdsstring[]

All sagaIds defined by the CMS that the organization has write access to. Replaces the existing read-write grants, i.e. an empty list revokes all write access. Omit the field to leave the level untouched.

Response

readOnlySagaIdsstring[] required

All sagaIds the organization has read-only access to, derived from its active organization_saga_access grants

readWriteSagaIdsstring[] required

All sagaIds the organization has write access to, derived from its active organization_saga_access grants