Config Types
Create
Create a new config type.
post/config_types
Request body
Example request
{
"name": "My Config Type",
"slug": "my-config-type"
}Response
Successfully created the config type.
Example response
{
"object": "config_type",
"id": "cfg_123",
"name": "My Config Type",
"slug": "my-config-type",
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z"
}