bruno/memori-engine/Functions/Updates an existing Function object.bru

51 lines
984 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Updates an existing Function object.
type: http
seq: 5
}
patch {
url: {{baseUrl}}/memori/v2/Function/:strSessionID/:strFunctionID
body: json
auth: none
}
params:path {
strSessionID:
strFunctionID:
}
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": ""
}
}