Error
Update Tag Category
Update the designated tag category
PUT
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Tag Category Name
Body
application/json
Request create or modify Tag Categories
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"created": "<string>",
"deletion_job_ids": [
123
],
"name": "<string>",
"tagCategoryID": 123,
"tags": [
{
"created": "<string>",
"isDefault": true,
"percent": 123,
"tagID": 123,
"tagValue": "<string>",
"updated": "<string>"
}
]
}{
"messages": [
"<string>"
],
"numResults": 123,
"success": true
}Update the designated tag category
A valid request URL is required to generate request examples{
"created": "<string>",
"deletion_job_ids": [
123
],
"name": "<string>",
"tagCategoryID": 123,
"tags": [
{
"created": "<string>",
"isDefault": true,
"percent": 123,
"tagID": 123,
"tagValue": "<string>",
"updated": "<string>"
}
]
}{
"messages": [
"<string>"
],
"numResults": 123,
"success": true
}JWT Authorization header using the Bearer scheme.
Tag Category Name
Request create or modify Tag Categories
