Skip to main content
POST
Create Component Group

Authorizations

Authorization
string
header
required

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

Body

application/json

CreateComponentGroupRequestData

name
string
required
Maximum string length: 255
order
integer | null
Required range: x >= 0
visible
enum<integer> | null
Available options:
0,
1,
2
collapsed
enum<integer> | null
Available options:
0,
1,
2
order_column
enum<string> | null
Available options:
id,
last_updated,
name,
manual,
status
order_direction
enum<string> | null
Available options:
asc,
desc
components
integer[] | null
Required range: x >= 0
meta
object | null

Response

ComponentGroup

data
ComponentGroup · object
required
included
Component · object[]