ApiTags
Create tag
Create a new tag
AuthorizationBearer <token>
In: header
name?string
description?string
icon?string
smallIcon?string
Response Body
curl -X POST "https://www.open-isle.com/api/tags" \ -H "Content-Type: application/json" \ -d '{}'
{
"id": 0,
"name": "string",
"description": "string",
"icon": "string",
"smallIcon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"count": 0
}