Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REFACTOR: move to useMutation for update channel notification API (#105)
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)
- Loading branch information