Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the usage group set to update
Body
The usage group set updates to apply. Only specified fields will be updated.
The unique identifier of the usage group set to update. Must match the ID in the URL path.
The new name of the usage group set. If provided, must not be empty.
The new display order of the usage group set. If provided, must be a non-negative integer.
Response
Successful Response
The name of the usage group set. Should be unique within the organization and cannot be empty.
The display order of the usage group set. Must be a non-negative integer. Lower values appear first.
The unique identifier of the usage group set.
The UUID of the Snowflake account this usage group set is scoped to. Must be exactly one of snowflake_account_uuid or snowflake_organization_name.
The name of the Snowflake organization this usage group set is scoped to. Must be exactly one of snowflake_account_uuid or snowflake_organization_name.

