We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2ed830 + 2f5e081 commit 29bd5bcCopy full SHA for 29bd5bc
1 file changed
src/endpoints/ContactTags/Client.ts
@@ -44,7 +44,7 @@ export function createClient(api: DeferredJobsApiClient) {
44
45
async function search(options: SearchOptions = {}): Promise<SearchResponse> {
46
const { query, sortOrder } = options;
47
- const { tags } = await api.post<{
+ const { tags } = await api.get<{
48
tags: ContactTag[];
49
}>(routing.contactTagsUrl, {
50
query: {
0 commit comments