Component Groups
Create Component Group
POST
/
api
/
component-groups
Authorizations
Authorization
string
headerrequiredYou can retrieve your token by visiting your dashboard and clicking <b>Generate API token</b>.
Body
application/json
name
string
requiredMust not be greater than 255 characters.
order
integer
Must be at least 0.
visible
boolean
components
integer[]
The <code>id</code> of an existing record in the components table. Must be at least 0.
Response
200 - application/json
data
object