Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Jan 2, 2024
1 parent a4bcc46 commit 6410076
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions json/knowledgeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
4 changes: 2 additions & 2 deletions yaml/knowledgeapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6410076

Please sign in to comment.