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 7862cec commit f2e115bCopy full SHA for f2e115b
src/api/endpoints.ts
@@ -36,7 +36,7 @@ export const endpoints = {
36
StackComponents: {
37
types: '/component-types',
38
my: (type: string, project: string): string =>
39
- `/projects/${project}/components?type=${type}`,
+ `/projects/${project}/components?scope_type=${type}`,
40
get: (stackComponentId: TId): string => `/components/${stackComponentId}`,
41
},
42
runs: {
0 commit comments