/
MA
maddevsio
/
Mad Devs Comedian
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
bots
4
channels
4
standupers
4
standups
4
get
Returns all standups
get
Find standup by id
post
Updates a standup in the database with form data
delete
Deletes a standup
users
3
get
Check if Comedian is healthy
get
Renders login page
post
Handles Slack events
get
Renders admin page
post
Updates config and renders admin page
post
Handles messages from different Comedian services
post
Handles Slack slash commands requests
get
Handles Comedian distribution into other Slack Teams
standups
Deletes a standup
delete
/standups/{id}
Path parameters
id
integer
required
standup id to delete
Response
successful operation
Standup
required
id
integer
userId
string
channel_id
string
comment
string
text
created
string
modified
string
message_ts
string
team_id
string
Changes