OpenIsle Docs
ApiCategories

Create category

Create a new category

POST
/api/categories
AuthorizationBearer <token>

In: header

name?string
description?string
icon?string
smallIcon?string

Response Body

curl -X POST "https://www.open-isle.com/api/categories" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "name": "string",
  "description": "string",
  "icon": "string",
  "smallIcon": "string",
  "count": 0
}