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
Closes#112
## Description
Find a list of APIs that use the method PUT/PATCH/POST and have additional conditions (success, error, etc) or need some results (isLoading, etc). APIs that have those criteria will be added a layer before accessing those APIs directly with useMutation.
## Current Tasks
APIs:
- [ ] Check the slug owner (POST)
- [ ] Update user (PATCH)
- [ ] Send question (POST)
- [ ] Add new custom og (POST)
- [ ] Update custom og (PATCH)
- [ ] Add new channel notification (POST)
- [x] Update channel notification (PATCH)
No description provided.
The text was updated successfully, but these errors were encountered: