編輯所有自動標籤的信心指數

Update all auto tags confidence

post

Update confidence status for all auto tags (enable/disable)

Authorizations
Query parameters
botIdstringRequired

The bot ID for the API request

Body
secretstringRequired

Secret key for API authentication

Example: your_secret_key_here
isActivebooleanRequired

Set confidence status for all auto tags

Example: true
Responses
200
All auto tags confidence updated successfully
application/json
post
POST /api/openapi/autoTags/confidence/updateAll HTTP/1.1
Host: mantago.cc
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 49

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

Last updated