編輯自動標籤名稱
Authorizations
AuthorizationstringRequired
Bearer token for API authentication
Path parameters
autoTagIdstringRequired
The ID of the auto tag to update
Query parameters
botIdstringRequired
The bot ID for the API request
Body
secretstringRequiredExample:
Secret key for API authentication
your_secret_key_herenamestringRequiredExample:
The new name for the auto tag
Updated Auto Tag NameResponses
200
Auto tag 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
/openapi/autoTag/update/{autoTagId}Last updated