Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 324 Bytes

the-component-group-object.md

File metadata and controls

23 lines (19 loc) · 324 Bytes
title
The Component Group Object
Property Description
id Numeric Unique ID
name Name of the group
uuid Uuid of the group

;examplearea

Example Object

{
  "component_group": {
    "id": 214123,
    "name": "Teasers",
    "uuid": "19323-32144-23423-42314"
  }
}