32 lines
501 B
Plaintext
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": ""
|
|
}
|
|
}
|