51 lines
984 B
Plaintext
51 lines
984 B
Plaintext
|
|
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": ""
|
||
|
|
}
|
||
|
|
}
|