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

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