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 3d60875 commit 5c121c6Copy full SHA for 5c121c6
sdk/Makefile
@@ -3,7 +3,7 @@ VERSION ?= ""
3
SHELL = /bin/bash
4
5
build: version # Build the project artefact @Pipeline
6
- VER=$$(cat .version) && cd .. && npm run build --buildver=$$VER && cd sdk
+ VER=$$(cat .version) && cd .. && make build-yml-oas-spec APIM_ENV=prod && npm run generate --buildver=$$VER && cd sdk
7
./swagger-static.sh
8
9
clean: # Clean-up project resources (main) @Operations
sdk/_config.version.yml
@@ -1 +1 @@
1
-version: 1.0.1-20251125.114311+e1ac3d4
+version: 1.0.1-20251125.131623+3d60875
specification/api/components/parameters/authorization/authorization.yml
-$ref: authorization-sandbox.yml
+$ref: authorization-prod.yml
0 commit comments