From 72ffd51b58c2e68d211f39c6711bdd4d76c40c6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:40:17 +0100 Subject: [PATCH] Update Documentation with core changes (#131) --- openapi.json | 10 ++++++++-- openapi.yml | 8 ++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/openapi.json b/openapi.json index 8a1475a..7366739 100644 --- a/openapi.json +++ b/openapi.json @@ -11917,8 +11917,14 @@ "approved": { "type": "boolean" }, - "user_fields[1]": { - "type": "boolean" + "user_fields": { + "type": "object", + "additionalProperties": true, + "properties": { + "1": { + "type": "boolean" + } + } }, "external_ids": { "type": "object" diff --git a/openapi.yml b/openapi.yml index 6a9d477..214ccbf 100644 --- a/openapi.yml +++ b/openapi.yml @@ -8456,8 +8456,12 @@ paths: or it will be ignored approved: type: boolean - user_fields[1]: - type: boolean + user_fields: + type: object + additionalProperties: true + properties: + '1': + type: boolean external_ids: type: object required: