Merge pull request #6817 from menloresearch/fix/conversation-saving
we use POST to update now
This commit is contained in:
commit
28ed5e2af2
@ -48,7 +48,7 @@ export class RemoteApi {
|
||||
return this.authService.makeAuthenticatedRequest<ConversationResponse>(
|
||||
url,
|
||||
{
|
||||
method: 'PATCH',
|
||||
method: 'POST',
|
||||
body: JSON.stringify(data),
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user