v1
latestOpenAPI 3.0.02026-07-24115101.2 MBTag
Create a tag
Use this endpoint to create a tag for the given account. See Tag for more information.
post/tags
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 created tag.