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:
224
224
225
225
- ** Type** : OAuth
226
226
- ** 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
228
228
- ** Scopes** : N/A
229
229
230
230
<a id =" backend " ></a >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ openapi-generator-cli generate \
30
30
31
31
if [ " $check " = " check" ]; then
32
32
# Allows CI to verify the client is up to date
33
- git diff --quiet HEAD
33
+ git diff HEAD
34
34
else
35
35
# Update documentation
36
36
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 1
1
[tool .poetry ]
2
2
name = " qi-compute-api-client"
3
- version = " 0.37 .0"
3
+ version = " 0.38 .0"
4
4
description = " An API client for the Compute Job Manager of Quantum Inspire."
5
5
license = " Apache-2.0"
6
6
authors = [" Quantum Inspire <support@quantum-inspire.eu>" ]
You can’t perform that action at this time.
0 commit comments