From 015e85d7d3d17a3fb8ce4a72ba2c1eb7b6296be7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 7 Oct 2023 00:03:02 +0000 Subject: [PATCH] daily update 20231007T000302 --- client/services/ProjectService.ts | 3 +++ swagger.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/client/services/ProjectService.ts b/client/services/ProjectService.ts index 1181eae..fe7c608 100644 --- a/client/services/ProjectService.ts +++ b/client/services/ProjectService.ts @@ -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 */ diff --git a/swagger.json b/swagger.json index 5941488..696ed6a 100644 --- a/swagger.json +++ b/swagger.json @@ -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": [ {