/
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
channels
4
get
Returns all channels
get
Find channel by id
delete
Deletes a channel
patch
Updates a channel in the database with form data
standupers
4
standups
4
users
3
get
Check if Comedian is healthy
post
check if login & pass correspond to values in DB and return JWT token
post
Handles Slack events
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
channels
Updates a channel in the database with form data
patch
/channels/{id}
Path parameters
id
integer
required
id of channel that needs to be updated
Response
successful operation
Channel
required
id
integer
channelName
string
channel_id
string
channel_standup_time
integer
Changes