ApiTagsId
Update tag
Update an existing tag
AuthorizationBearer <token>
In: header
Path Parameters
idinteger
Format
int64
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
}