object_groups

Update existing object group.

Update existing object group.

put/v1/object-groups/{id}

Path parameters

idstring required
Example:123

The ID of the object group

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Request body

titlestring string required
orderinteger

Order of the object group

Example request

{
  "title": "My object group",
  "order": 1
}

Response

Updated object group stored, result in response

Changes

No recorded changes to this endpoint across all 1 revision of this API.