v1
latestOpenAPI 3.0.02026-07-24115101.2 MBTag
Update a tag by ID
Use this endpoint to update a specific tag by ID.
put/tags/{tag_id}
Path parameters
tag_idinteger required
The unique ID of the tag.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email
The email address of a registered Oneflow user.
Request body
Example request
{
"name": "tag one"
}Response
Returns the updated tag.