Add tag

Add a new Tag

post
Header parameters
AuthorizationstringRequired

API Key

Body

Tag Description and Name

sub_tagsstring[]Optional

List of sub-tags under the main tag

tag_descriptionstringRequired

The meaning of the tag, a short description

tag_namestringRequired

The name of the tag

Responses
200
New Tag Added Successfully
application/json
Responseobject
post
POST /attuna_tagging/add_tag HTTP/1.1
Host: us-central1-prompt-learner-ca90f.cloudfunctions.net
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 284

{
  "sub_tags": [
    "happy_joining_message",
    "trouble onboarding"
  ],
  "tag_description": "Identify users that sound like they have just joined. Look for words such as glad to be here. I am new here, I am just onboarding, excited to joining but facing onboarding problems",
  "tag_name": "New Joinee"
}
200

New Tag Added Successfully

{}