32 lines
490 B
Plaintext
32 lines
490 B
Plaintext
meta {
|
|
name: Updates an existing Person object-
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
patch {
|
|
url: https://engine.memori.ai/memori/v2/Person/{strSessionID}/{strPersonID}
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
strPersonID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"personID": "",
|
|
"personType": "",
|
|
"name": "",
|
|
"information": "",
|
|
"pin": "",
|
|
"tag": "",
|
|
"creationTimestamp": "",
|
|
"creationSessionID": "",
|
|
"lastChangeTimestamp": "",
|
|
"lastChangeSessionID": ""
|
|
}
|
|
}
|