Update tag
PUT
/ws/tags/{id}Request
Path Params
id
string
required
Example:
1
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
title
string
required
color
string
required
Match pattern:
^#[0-9a-fA-F]{6}$
Example
{
"title": "Kek2",
"color": "#aaaaaa"
}
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
required
Example
{
"success": true
}
Last modified: 8 months ago