Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

useMutation - Update channel notification (PATCH) #112

Closed
Tracked by #42
mazipan opened this issue Oct 20, 2023 · 0 comments · Fixed by #105
Closed
Tracked by #42

useMutation - Update channel notification (PATCH) #112

mazipan opened this issue Oct 20, 2023 · 0 comments · Fixed by #105

Comments

@mazipan
Copy link
Owner

mazipan commented Oct 20, 2023

No description provided.

@kodiakhq kodiakhq bot closed this as completed in #105 Oct 23, 2023
kodiakhq bot pushed a commit that referenced this issue Oct 23, 2023
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant