File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ Authentication schemes defined for the API:
224224
225225- ** Type** : OAuth
226226- ** Flow** : accessCode
227- - ** Authorization URL** : https://auth.qi2.quantum-inspire.com/realms/oidc_staging /protocol/openid-connect/auth
227+ - ** Authorization URL** : https://auth.qi2.quantum-inspire.com/realms/oidc_development /protocol/openid-connect/auth
228228- ** Scopes** : N/A
229229
230230<a id =" backend " ></a >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ openapi-generator-cli generate \
3030
3131if [ " $check " = " check" ]; then
3232 # Allows CI to verify the client is up to date
33- git diff --quiet HEAD
33+ git diff HEAD
3434else
3535 # Update documentation
3636 curl -o ../../../../docs/design/code/apps/compute_job_manager_openapi.json http://localhost:8000/openapi.json
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " qi-compute-api-client"
3- version = " 0.37 .0"
3+ version = " 0.38 .0"
44description = " An API client for the Compute Job Manager of Quantum Inspire."
55license = " Apache-2.0"
66authors = [
" Quantum Inspire <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments