bruno/memori-engine/ExpertReferences/Updates an existing Expert Reference object.bru

33 lines
558 B
Plaintext
Raw Permalink Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Updates an existing Expert Reference object.
2024-07-16 10:15:30 +02:00
type: http
seq: 4
}
patch {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/memori/v2/ExpertReference/:strSessionID/:strExpertReferenceID
2024-07-16 10:15:30 +02:00
body: json
auth: none
}
params:path {
2025-03-26 15:08:31 +01:00
strSessionID:
strExpertReferenceID:
2024-07-16 10:15:30 +02:00
}
body:json {
{
"expertID": "",
"name": "",
"description": "",
"default": "",
"expertMemoriID": "",
"expertPassword": "",
"expertBaseURL": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}