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

50 lines
941 B
Plaintext

meta {
name: Adds a new Function object.
type: http
seq: 7
}
post {
url: {{baseUrl}}/memori/v2/Function/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"functionID": "",
"functionType": "",
"name": "",
"description": "",
"parameters": [
{
"parameterID": "",
"name": "",
"description": "",
"parameterType": "",
"possibleValues": [],
"required": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
],
"webHook": "",
"httpMethod": "",
"httpHeaders": {},
"httpQueryStringTemplate": "",
"httpBodyTemplate": "",
"httpBodyContentType": "",
"sendExtensionHeaders": [],
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}