/
/Mad Devs Comedian
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
bots4
channels3
standupers4
standups4
users3
  • getReturns all users belonging to one slack team
  • getReturns user by its ID
  • patchUpdates a user in the database with form data
  • 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
  • postupdates bot password
  • postlogs user out
users

Updates a user in the database with form data

patch/v1/users/{id}

Path parameters

idinteger required

id of user to return

Request body

idinteger
user_namestring
userIDstring
rolestring
realNamestring

Response

successful operation

idinteger
user_namestring
userIDstring
rolestring
realNamestring

Changes