Skip to content

Commit

Permalink
Merge pull request #117 from mkusaka/update-20231007T000302
Browse files Browse the repository at this point in the history
update 20231007T000302
  • Loading branch information
mkusaka authored Oct 9, 2023
2 parents 8648556 + 015e85d commit 1b86744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions client/services/ProjectService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ export class ProjectService {
/**
* Create a new checkout key
* Creates a new checkout key. This API request is only usable with a user API token.
* Please ensure that you have authorized your account with GitHub before creating user keys.
* This is necessary to give CircleCI the permission to create a user key associated with
* your GitHub user account. You can find this page by visiting Project Settings > Checkout SSH Keys
* @returns any Error response.
* @throws ApiError
*/
Expand Down
2 changes: 1 addition & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5432,7 +5432,7 @@
"tags": ["Project"]
},
"post": {
"description": "Creates a new checkout key. This API request is only usable with a user API token.",
"description": "Creates a new checkout key. This API request is only usable with a user API token.\n Please ensure that you have authorized your account with GitHub before creating user keys.\n This is necessary to give CircleCI the permission to create a user key associated with\n your GitHub user account. You can find this page by visiting Project Settings > Checkout SSH Keys",
"operationId": "createCheckoutKey",
"parameters": [
{
Expand Down

0 comments on commit 1b86744

Please sign in to comment.