Skip to main content

Create a Category

POST 

/v1/categories

Create a Category

Request​

Body

required

    name string
    Example: New Category name

Responses​

Successfully created a Category

Schema

    data

    object

    id string
    Example: category_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    name string
    Example: Environmental
    imageUrl stringnullable
    Example: categories/3.png
    createdAt date-time
    Example: 2020-10-13T17:46:54.000Z
    object string
    Example: Category
Loading...