bruno/memori-engine/ExpertReferences/Updates an existing Expert Reference object.bru
2025-03-26 16:08:31 +02:00

33 lines
558 B
Plaintext

meta {
name: Updates an existing Expert Reference object.
type: http
seq: 4
}
patch {
url: {{baseUrl}}/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": ""
}
}