- Get started
- Workspace
- Task Manager
- Project
- Board
- BoardColumn
- Task
- Custom Fields
- CRM
- Funnels
- Funnel Statuses
- Deals
- Organizations
- Contacts
- Currencies
- User
- Attachments
Update tag
PUT
https://api.weeek.net/public/v1/ws/tags/{id}
Tag
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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
Responses
🟢200Successful response
application/json
Body
success
boolean
required
Example
{
"success": true
}
Modified at 2024-03-13 23:13:42