we use POST to update now

This commit is contained in:
nguyen.ngo 2025-10-24 13:09:35 +07:00
parent f07e43cfe0
commit 4c5c8e6aed

View File

@ -48,7 +48,7 @@ export class RemoteApi {
return this.authService.makeAuthenticatedRequest<ConversationResponse>( return this.authService.makeAuthenticatedRequest<ConversationResponse>(
url, url,
{ {
method: 'PATCH', method: 'POST',
body: JSON.stringify(data), body: JSON.stringify(data),
} }
) )