編輯單一自動標籤的信心指數

Toggle auto tag confidence

post

Toggle confidence status for a specific auto tag (enable/disable)

Authorizations
AuthorizationstringRequired

Bearer token for API authentication

Path parameters
autoTagIdstringRequired

The ID of the auto tag to toggle

Query parameters
botIdstringRequired

The bot ID for the API request

Body
secretstringRequired

Secret key for API authentication

Example: your_secret_key_here
Responses
200

Auto tag confidence updated successfully

application/json
post
/openapi/autoTag/confidence/update/{autoTagId}
POST /api/openapi/autoTag/confidence/update/{autoTagId}?botId=text HTTP/1.1
Host: mantago.cc
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 33

{
  "secret": "your_secret_key_here"
}
{
  "success": true,
  "message": "Update auto tag confidence successfully"
}

Last updated