Skip to content

Commit 3c239a7

Browse files
committed
Fix snapshot
1 parent 5ebb99f commit 3c239a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snapshots/crates_io__openapi__tests__openapi_snapshot-2.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ expression: response.json()
14221422
},
14231423
"/api/private/session/authorize": {
14241424
"get": {
1425-
"description": "This route is called from the GitHub API OAuth flow after the user accepted or rejected\nthe data access permissions. It will check the `state` parameter and then call the GitHub API\nto exchange the temporary `code` for an API token. The API token is returned together with\nthe corresponding user information.\n\nsee <https://developer.github.com/v3/oauth/#github-redirects-back-to-your-site>\n\n## Query Parameters\n\n- `code` temporary code received from the GitHub API **(Required)**\n- `state` state parameter received from the GitHub API **(Required)**",
1425+
"description": "This route is called from the GitHub API OAuth flow after the user accepted or rejected\nthe data access permissions. It will check the `state` parameter and then call the GitHub API\nto exchange the temporary `code` for an API token. The API token is returned together with\nthe corresponding user information.\n\nsee <https://developer.github.com/v3/oauth/#github-redirects-back-to-your-site>\n\n## Query Parameters\n\n- `code` - temporary code received from the GitHub API **(Required)**\n- `state` - state parameter received from the GitHub API **(Required)**",
14261426
"operationId": "authorize_session",
14271427
"responses": {
14281428
"200": {

0 commit comments

Comments
 (0)