Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

v2 categories

Tolfx edited this page Dec 15, 2021 · 3 revisions

Categories

CPG Categories

Routes

GET - /v2/categories

Returns:

[
  {
    "name": "string",
    "description": "string",
    "private": "boolean",
    "images(?)": ["id"],
  }
]

POST - /v2/categories

Input:

{
  "name": "string",
  "description": "string",
  "private": "boolean",
  "images(?)": ["id"],
}

Returns:

"uid": "string"
Clone this wiki locally