Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Dec 11, 2023
1 parent 1566e7c commit 4c42dde
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions json/knowledgeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
10 changes: 10 additions & 0 deletions yaml/knowledgeapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4c42dde

Please sign in to comment.