/
MA
maddevsio
/
Mad Devs Comedian
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2mo ago
Details
Filter operations
bots
4
get
Returns all bots
get
Find bot by id
post
Updates a bot in the database with form data
delete
Deletes a bot
channels
4
standupers
4
standups
4
users
3
get
Check if Comedian is healthy
get
Renders login page. Have no connections with UI
post
Handles Slack events
get
Renders admin page. Does not belong to UI
post
Updates config and renders admin page, does not belong to UI at all. Should be removed.
post
Handles messages from different Comedian services. Does not belong to UI. Needed for services only
post
Handles Slack slash commands requests, does not belong to UI. Used to integration with Slack API
get
Handles Comedian distribution into other Slack Teams. Does not belong to UI. This endpoint handles Slack API Requests
bots
Deletes a bot
Turns off the bot in someone's slack
delete
/bots/{id}
Path parameters
id
integer
required
Bot id to delete
Response
successful operation
Changes