Skip to content

Commit a04614b

Browse files
SP-15600: Add ExternalId column to update method
1 parent 871317d commit a04614b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

identification.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ components:
7878
type: object
7979
description: "Person Request body: name and metadata."
8080
properties:
81+
externalId:
82+
type: string
83+
description: "Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional."
8184
name:
8285
type: string
8386
description: "Person's name."

0 commit comments

Comments
 (0)