Browse Source

v0.9

master
Nicolas Massé 4 years ago
committed by GitHub
parent
commit
cc3cf565ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      openapi.json

21
openapi.json

@ -319,27 +319,6 @@
}, },
"description": "Generic response when not found." "description": "Generic response when not found."
} }
},
"securitySchemes": {
"oidc": {
"flows": {
"clientCredentials": {
"tokenUrl": "https://filled.later",
"refreshUrl": "https://filled.later",
"scopes": {
"oidc": "oidc"
}
} }
},
"type": "oauth2"
} }
} }
},
"security": [
{
"oidc": [
"oidc"
]
}
]
}
Loading…
Cancel
Save