bruno/memori-engine/ExpertReferences/Adds a new Expert Reference object.bru
2025-03-26 16:08:31 +02:00

32 lines
501 B
Plaintext

meta {
name: Adds a new Expert Reference object.
type: http
seq: 6
}
post {
url: {{baseUrl}}/memori/v2/ExpertReference/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"expertID": "",
"name": "",
"description": "",
"default": "",
"expertMemoriID": "",
"expertPassword": "",
"expertBaseURL": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}