From 641007668f96d6db6cfd0918e89b4414f4fb3662 Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 2 Jan 2024 14:41:56 +0000 Subject: [PATCH] Updated OpenAPI specs --- json/knowledgeapi.json | 4 ++-- yaml/knowledgeapi.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/json/knowledgeapi.json b/json/knowledgeapi.json index c581afa..94b81ab 100644 --- a/json/knowledgeapi.json +++ b/json/knowledgeapi.json @@ -88429,11 +88429,11 @@ }, "FieldBehavior": { "type": "string", - "description": "Defines the field editing mode for a blank field or for a field\nwhich has content. If `USE_FIELD_COMPUTATION_DEFAULT` is chosen,\nthe behavior will match that of the behavior set for\nautomated computations, if enabled.\n", + "description": "Defines the field editing mode for a blank field or for a field\nwhich has content. If `USE_AUTOMATIC_COMPUTATIONS_BEHAVIOR` is chosen,\nthe behavior will match that of the behavior set for\nautomated computations, if enabled.\n", "example": "WRITE_DIRECTLY", "enum": [ "SKIP", - "USE_FIELD_COMPUTATION_DEFAULT", + "USE_AUTOMATIC_COMPUTATIONS_BEHAVIOR", "CREATE_SUGGESTION", "WRITE_DIRECTLY" ] diff --git a/yaml/knowledgeapi.yaml b/yaml/knowledgeapi.yaml index c81595c..fc3e3c3 100644 --- a/yaml/knowledgeapi.yaml +++ b/yaml/knowledgeapi.yaml @@ -120122,13 +120122,13 @@ components: type: string description: | Defines the field editing mode for a blank field or for a field - which has content. If `USE_FIELD_COMPUTATION_DEFAULT` is chosen, + which has content. If `USE_AUTOMATIC_COMPUTATIONS_BEHAVIOR` is chosen, the behavior will match that of the behavior set for automated computations, if enabled. example: WRITE_DIRECTLY enum: - SKIP - - USE_FIELD_COMPUTATION_DEFAULT + - USE_AUTOMATIC_COMPUTATIONS_BEHAVIOR - CREATE_SUGGESTION - WRITE_DIRECTLY TargetFields: