cURL
curl --request POST \ --url https://api.snitcher.com/v1/workspaces/{uuid}/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tag_name": "Tag Name" } '
{ "success": true }
Enter your personal access token (PAT) to authenticate
UUID of the workspace
"550e8400-e29b-41d4-a716-446655440000"
Request parameters for creating a tag
The name of the tag
"Tag Name"
Workspace details
true
Show child attributes