Invoke a defined function

post/function/{functionName}

Path parameters

functionNamestring required

Function name

Request body

string binary required

Example request

"{\"hello\": \"world\"}"

Response

Value returned from function

Changes