From 7ebfa8260beebf8be37956da14d0bd3f7252b08a Mon Sep 17 00:00:00 2001 From: "n8n-assistant[bot]" <100856346+n8n-assistant[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 10:02:10 +0000 Subject: [PATCH] chore: Update Public API schema (#4015) Co-authored-by: shortstacked <7861842+shortstacked@users.noreply.github.com> Co-authored-by: Jon --- docs/api/v1/openapi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/v1/openapi.yml b/docs/api/v1/openapi.yml index 8f49d159d..01e9c1b26 100644 --- a/docs/api/v1/openapi.yml +++ b/docs/api/v1/openapi.yml @@ -1381,6 +1381,10 @@ components: writeOnly: true example: accessToken: ada612vad6fa5df4adf5a5dsf4389adsf76da7s + isResolvable: + type: boolean + example: false + description: Whether this credential has resolvable fields createdAt: type: string format: date-time