bruno/memori-engine/People/Updates an existing Person object-.bru
2024-07-16 11:15:30 +03:00

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": ""
}
}