From dce29ab55a4b677be3979fa5b193d7f0b759d673 Mon Sep 17 00:00:00 2001 From: "n8n-assistant[bot]" <100856346+n8n-assistant[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:42:22 +0000 Subject: [PATCH] chore: Update Public API schema (#3901) Co-authored-by: autologie <7351859+autologie@users.noreply.github.com> --- docs/api/v1/openapi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/v1/openapi.yml b/docs/api/v1/openapi.yml index 6d93696d3..f0f195d4d 100644 --- a/docs/api/v1/openapi.yml +++ b/docs/api/v1/openapi.yml @@ -1328,12 +1328,12 @@ components: example: Joe's Github Credentials type: type: string - example: github + example: githubApi data: type: object writeOnly: true example: - token: ada612vad6fa5df4adf5a5dsf4389adsf76da7s + accessToken: ada612vad6fa5df4adf5a5dsf4389adsf76da7s createdAt: type: string format: date-time @@ -1362,7 +1362,7 @@ components: example: John's Github account type: type: string - example: github + example: githubApi createdAt: type: string format: date-time