編輯所有自動標籤的生命週期
Update lifecycle status for all auto tags (enable/disable)
Authorizations
Query parameters
botIdstringRequired
The bot ID for the API request
Body
secretstringRequiredExample:
Secret key for API authentication
your_secret_key_here
isActivebooleanRequiredExample:
Set lifecycle status for all auto tags
true
Responses
200
All auto tags lifecycle updated successfully
application/json
401
JWT token is invalid or expired
application/json
403
Permission denied - insufficient access rights
application/json
404
OpenAPI configuration not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
post
POST /api/openapi/autoTags/lifeCycle/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 lifecycle successfully"
}
Last updated