From 4c42dde82437ef0d5f249c34bc93b73b71b14e4c Mon Sep 17 00:00:00 2001 From: CI Date: Mon, 11 Dec 2023 15:49:45 +0000 Subject: [PATCH] Updated OpenAPI specs --- json/knowledgeapi.json | 10 ++++++++++ yaml/knowledgeapi.yaml | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/json/knowledgeapi.json b/json/knowledgeapi.json index 0658621..75e6592 100644 --- a/json/knowledgeapi.json +++ b/json/knowledgeapi.json @@ -43294,6 +43294,16 @@ "name": "v", "in": "query", "required": true + }, + { + "schema": { + "minLength": 0, + "type": "string" + }, + "description": "The external ID of the template to apply to the entity\n\n**NOTE:** Some fields that are part of the provided template but not present in the API will be applied - e.g. Linked Accounts\n", + "name": "templateId", + "in": "query", + "required": false } ], "tags": [ diff --git a/yaml/knowledgeapi.yaml b/yaml/knowledgeapi.yaml index 553fcf1..894c9fa 100644 --- a/yaml/knowledgeapi.yaml +++ b/yaml/knowledgeapi.yaml @@ -69921,6 +69921,16 @@ paths: name: v in: query required: true + - schema: + minLength: 0 + type: string + description: | + The external ID of the template to apply to the entity + + **NOTE:** Some fields that are part of the provided template but not present in the API will be applied - e.g. Linked Accounts + name: templateId + in: query + required: false tags: - Knowledge Manager summary: 'Entity Language Profiles: Upsert'