給使用者貼上指定標籤
Authorizations
AuthorizationstringRequired
Bearer token for API authentication
Query parameters
botIdstringRequired
The bot ID for the API request
Body
Client identification rules:
- Either provide 'clientId' OR both 'platform' and 'platformClientId'
secretstringRequiredExample:
Secret key for API authentication
your_secret_key_heretagIdstringRequiredExample:
The personal tag ID
personalTag123clientIdstringOptionalExample:
The client ID (required if platform + platformClientId not provided)
client456platformstring · enumOptionalExample:
Platform type (required if platformClientId provided)
linePossible values: platformClientIdstringOptionalExample:
Platform-specific client ID (required if clientId not provided)
U1234567890abcdefResponses
200
Personal tag mapping created successfully
application/json
401
JWT token is invalid or expired
application/json
403
Permission denied or personal tag mapping operation failed
application/json
404
OpenAPI configuration or client not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
post
/openapi/personalTagMappingLast updated