/
/Mad Devs Comedian
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
bots4
channels4
  • getReturns all channels
  • getFind channel by id
  • deleteDeletes a channel
  • patchUpdates a channel in the database with form data
standupers4
standups4
users3
  • getCheck if Comedian is healthy
  • postcheck if login & pass correspond to values in DB and return JWT token
  • postHandles Slack events
  • postHandles messages from different Comedian services. Does not belong to UI. Needed for services only
  • postHandles Slack slash commands requests, does not belong to UI. Used to integration with Slack API
  • getHandles 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

idinteger required

id of channel that needs to be updated

Response

successful operation

idinteger
channelNamestring
channel_idstring
channel_standup_timeinteger

Changes