Invoke Function By Path
function-path
POST /v1/invoke_function/{function-path} HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 64 { "data": { "ANY_ADDITIONAL_PROPERTY": "anything" }, "is_cached": true }
Function data
{ "custom_message": null, "data": { "attributes": { "ANY_ADDITIONAL_PROPERTY": "anything" }, "function_id": "text", "object_ids": [ "text" ] }, "description": "text", "status": "text" }