bruno/memori-engine/Functions/Adds a new Function object-.bru

35 lines
578 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Adds a new Function object-
type: http
seq: 6
}
post {
url: https://engine.memori.ai/memori/v2/Function/{strSessionID}
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"functionID": "",
"functionType": "",
"name": "",
"description": "",
"parameters": [],
"webHook": "",
"httpMethod": "",
"httpHeaders": {},
"httpQueryStringTemplate": "",
"httpBodyTemplate": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}