Skip to main content

Incubator Category

{
"id": "integer",
"name": "string",
"slug": "string",
"slogan": "string",
"approved_category": {},
"added_at": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalseread-onlyA unique integer value identifying this category
namestringtruenoneUnique name of the category
slugstringtruenoneUnique slug identifying this category in a URL (pass _GENERATE_ to auto generate slug)
sloganstring¦nullfalsenoneShort slogan to describe the category
approved_categoryCategoryfalsenoneCategory created from incubator
added_atstring(date-time)falseread-onlyAdded at date time
statusintegertruenoneStatus incubator

Enumerated Values

PropertyValueDescription
status0Pending
status1Proposal
status2Approved
status3Ignored