We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f476cc9 commit 99df74bCopy full SHA for 99df74b
src/lib/synchronization.ts
@@ -15,7 +15,7 @@ export async function synchronization(client: AxiosInstance, params: SyncStack |
15
config.params = { ...config.params, type: type.join(',') };
16
}
17
18
- let response: AxiosResponse = await getData(client, '/stack/sync', { params: humps.decamelizeKeys(config.params) });
+ let response: AxiosResponse = await getData(client, '/stacks/sync', { params: humps.decamelizeKeys(config.params) });
19
const data = response.data;
20
21
while (recursive && 'pagination_token' in response.data) {
0 commit comments