bruno/memori-engine/ExpertReferences/Adds a new Expert Reference object-.bru

32 lines
514 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Adds a new Expert Reference object-
type: http
seq: 6
}
post {
url: https://engine.memori.ai/memori/v2/ExpertReference/{strSessionID}
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"expertID": "",
"name": "",
"description": "",
"default": "",
"expertMemoriID": "",
"expertPassword": "",
"expertBaseURL": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}