We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30083d0 commit aac2954Copy full SHA for aac2954
src/pages/admin/ApplicationDetail/api/comments.ts
@@ -43,7 +43,7 @@ export const updateComment = async (
43
): Promise<Comment> => {
44
const url = `/api/applications/${applicationId}/comments/${commentId}`;
45
const response = await fetch(url, {
46
- method: 'PUT',
+ method: 'PATCH',
47
headers: {
48
'Content-Type': 'application/json',
49
},
0 commit comments