봇 정보 업데이트
Update Bot
PUT
https://api.talkplus.io/v1.4/api/bots/:botId
봇 정보를 업데이트 합니다.
Path Parameters
Name
Type
Description
botId*
string
Headers
Name
Type
Description
content-type
string
application/json
app-id*
string
App ID
api-key*
string
App API key
Request Body
Name
Type
Description
name
string
profileImageUrl
string
type
string
봇 구분용 값 (max char length: 68)
callbackUrl
string
가입된 채널에서 메시지 이벤트 발생 시 호출될 콜백 주소
{
"bot": {
"id": "bot_001",
"name": "channel_001_bot_updated",
"profileImageUrl": "http://cnd.test.com/123_updated.jpg",
"type": "different_category",
"callbackUrl": "http://someaddress.com/for-handling-callback"
}
}
Last updated