Update

Updates an order group’s name or description. | authz: allowed_org_types=[provider], min_org_role=operator | (OrderGroupClientUpdate1) -> (OrderGroup1)

Authentication

AuthorizationBearer

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

Path parameters

order_group_idstringRequired

Request

This endpoint expects an object.
descriptionstringOptional
description__set_to_NonebooleanOptionalDefaults to false
namestringOptional

Response

Successful Response
_idstring
created_at_timestampdatetime
created_by_org_idstring

Must be a string starting with org_

created_by_user_idstring

Must be a string starting with user_

last_edited_at_timestampdatetime
namestring<=512 characters
owned_by_org_idstring

Must be a string starting with org_

schema_versioninteger
short_idstring
billing_review_statusenum

Operator-driven billing-review flag for an OrderGroup (group-level) or a Case (per-order, per-org). Distinct from the derived billing settlement state - this is a manual triage status the operator flips.

descriptionstring<=524288 characters
order_idslist of strings

Errors

422
Order Groups Update V1request Unprocessable Entity Error