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 8c20978 commit 95eb480Copy full SHA for 95eb480
services/service-account/v2/service-account.json
@@ -752,6 +752,37 @@
752
}
753
},
754
"description": "OK"
755
+ },
756
+ "400": {
757
+ "content": {
758
+ "application/json": {
759
+ "schema": {
760
+ "$ref": "#/components/schemas/Error"
761
+ }
762
763
764
+ "description": "Bad Request"
765
766
+ "403": {
767
768
769
+ "examples": {
770
+ "Forbidden Example": {
771
+ "value": {
772
+ "error": {
773
+ "code": 403,
774
+ "message": "The request could not be performed",
775
+ "status": "Forbidden"
776
777
778
779
780
781
+ "$ref": "#/components/schemas/AuthError"
782
783
784
785
+ "description": "Forbidden"
786
787
788
"summary": "Request short lived API access token (OAUTH2).",
0 commit comments