Links

Announcements

get
/bot/:id/announcements
Get Announcements
Parameters
Path
id
It specifies which bot data you will withdraw.
Responses
200: OK
400: Bad Request
404: Not Found
500: Internal Server Error
post
/bot/:id/announcements
Add Announcement
Parameters
Path
id
It specifies which bot data you will withdraw.
Header
Authorization*
Responses
200: OK
400: Bad Request
401: Unauthorized
404: Not Found
500: Internal Server Error
delete
/bot/:id/announcements/:announcementId
Delete Announcement
Parameters
Path
id
It specifies which bot data you will withdraw.
announcementId
Responses
200: OK
400: Bad Request
401: Unauthorized
403: Forbidden
500: Internal Server Error