Skip to content

Commit

Permalink
Merge pull request #2 from enesasillioglu/master
Browse files Browse the repository at this point in the history
Conversation filter body update
  • Loading branch information
carlosrivera authored Aug 28, 2023
2 parents d517881 + b39a130 commit 39fb25b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/services/Conversations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ export class Conversations {
query: {
page: page,
},
body: payload,
body: {
payload
},
errors: {
400: `Bad Request Error`,
},
Expand Down

0 comments on commit 39fb25b

Please sign in to comment.