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 02a20fb commit 3b956aeCopy full SHA for 3b956ae
.github/workflows/check-codegen.yml
@@ -28,4 +28,4 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- name: Check existing swagger specification is up-to-date
31
- run: curl https://api.aspose.cloud/v3.0/barcode/swagger/spec | diff --strip-trailing-cr -y --suppress-common-lines spec/aspose-barcode-cloud.json -
+ run: curl https://api.aspose.cloud/v4.0/barcode/swagger/spec | diff --strip-trailing-cr -y --suppress-common-lines spec/aspose-barcode-cloud.json -
0 commit comments