Secret Tags
Create
POST
/
api
/
v1
/
workspace
/
{projectId}
/
tags
Path Parameters
projectId
string
requiredThe ID of the project to create the tag in.
Body
application/json
name
string
requiredThe name of the tag to create.
slug
string
requiredThe slug of the tag to create.
color
string
requiredThe color of the tag to create.
Response
200 - application/json
workspaceTag
object
required