bruno/memori-engine/Functions/Updates an existing Function object-.bru
2024-07-16 11:15:30 +03:00

36 lines
621 B
Plaintext

meta {
name: Updates an existing Function object-
type: http
seq: 4
}
patch {
url: https://engine.memori.ai/memori/v2/Function/{strSessionID}/{strFunctionID}
body: json
auth: none
}
params:path {
strSessionID:
strFunctionID:
}
body:json {
{
"functionID": "",
"functionType": "",
"name": "",
"description": "",
"parameters": [],
"webHook": "",
"httpMethod": "",
"httpHeaders": {},
"httpQueryStringTemplate": "",
"httpBodyTemplate": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}