v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Tag

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

namestring required

The tag's name.

Example request

{
  "name": "tag one"
}

Response

Returns the created tag.

created_timestring datetime nullable required
idinteger required
is_globalboolean required
namestring required
systemboolean required
updated_timestring datetime nullable required