33 lines
571 B
Plaintext
33 lines
571 B
Plaintext
meta {
|
|
name: Updates an existing Expert Reference object-
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
patch {
|
|
url: https://engine.memori.ai/memori/v2/ExpertReference/{strSessionID}/{strExpertReferenceID}
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
strExpertReferenceID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"expertID": "",
|
|
"name": "",
|
|
"description": "",
|
|
"default": "",
|
|
"expertMemoriID": "",
|
|
"expertPassword": "",
|
|
"expertBaseURL": "",
|
|
"creationTimestamp": "",
|
|
"creationSessionID": "",
|
|
"lastChangeTimestamp": "",
|
|
"lastChangeSessionID": ""
|
|
}
|
|
}
|