設定webview網址
根據傳入的參數來設定用戶機器人的webview網址
Authorizations
AuthorizationstringRequired
Bearer token for API authentication
Query parameters
botIdstringRequired
The bot ID for the API request
Body
secretstringRequiredExample:
Secret key for API authentication
your_secret_key_hereurlstring · uriRequiredExample:
The webview URL to set
https://example.com/webviewplatformstring · enumRequiredExample:
Platform for the webview (line or facebook)
linePossible values: typestringOptionalExample:
webview type include full, tall and compact
fullResponses
200
Webview URL set 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/set/webviewLast updated