We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bbe5e commit ace7bceCopy full SHA for ace7bce
src/packages/sdk/concepts-api.ts
@@ -45,7 +45,7 @@ const api = {
45
() => {},
46
],
47
putConceptValidList: (ids: string[]) => [
48
- `validate/${ids}`,
+ `${ids}/validate`,
49
{
50
body: JSON.stringify(ids),
51
},
src/vite-env.d.ts
@@ -12,6 +12,7 @@ type ImportMetaEnv = {
12
VITE_CONCEPTS_DOCUMENTATION: string
13
VITE_OPERATIONS_DOCUMENTATION: string
14
VITE_VALIDATION_OPERATION_SERIES_EXTRA_MANDATORY_FIELDS: string
15
+ VITE_DEV_TOOLS_ENABLED: string
16
BASE_URL: string
17
MODE: string
18
DEV: boolean
0 commit comments