You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a User I want create, delete and edit new connectors right from the web-interface so that I can manage e.g multiple discord channels
Description:
With #119 it's not possible anymore to edit the connectors. With this user story epic it is time to redesign the API to allow CRUD operations on connectors now. The draft is:
Description:
With #119 it's not possible anymore to edit the connectors. With this
user storyepic it is time to redesign the API to allow CRUD operations on connectors now. The draft is:GET /api/connectors
to get a list of all connectors ✨ Get list of all connectors #144POST /api/connectors
to register a new connector ✨ Add new connector #151[ ]Not needed right knowGET /api/connectors/:id
to get information about connectorPATCH /api/connectors/:id
to update a connector ✨ Update a connector #145DELETE /api/connectors/:id
to delete a give connector ✨ Delete a connector #146GET /api/connectors/:id/logs
to receive latest logs from connector #171Checklist:
The text was updated successfully, but these errors were encountered: