OpenIsle Docs
ApiTagsId

Update tag

Update an existing tag

PUT
/api/tags/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idinteger
Formatint64
name?string
description?string
icon?string
smallIcon?string

Response Body

curl -X PUT "https://www.open-isle.com/api/tags/0" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "name": "string",
  "description": "string",
  "icon": "string",
  "smallIcon": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "count": 0
}