Skip to content

Commit 95eb480

Browse files
OAS Update
1 parent 8c20978 commit 95eb480

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

services/service-account/v2/service-account.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,37 @@
752752
}
753753
},
754754
"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+
"content": {
768+
"application/json": {
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+
"schema": {
781+
"$ref": "#/components/schemas/AuthError"
782+
}
783+
}
784+
},
785+
"description": "Forbidden"
755786
}
756787
},
757788
"summary": "Request short lived API access token (OAUTH2).",

0 commit comments

Comments
 (0)