編輯自動標籤名稱

Update auto tag

post

Update auto tag name and properties

Authorizations
Path parameters
autoTagIdstringRequired

The ID of the auto tag to update

Query parameters
botIdstringRequired

The bot ID for the API request

Body
secretstringRequired

Secret key for API authentication

Example: your_secret_key_here
namestringRequired

The new name for the auto tag

Example: Updated Auto Tag Name
Responses
200
Auto tag updated successfully
application/json
post
POST /api/openapi/autoTag/update/{autoTagId} HTTP/1.1
Host: mantago.cc
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 64

{
  "secret": "your_secret_key_here",
  "name": "Updated Auto Tag Name"
}
{
  "success": true,
  "message": "Operation completed successfully"
}

Last updated