Function

Invoke

Invokes the c1.api.functions.v1.FunctionsService.Invoke method.

post/api/v1/functions/{function_id}/invoke

Path parameters

function_idstring required

The functionId field.

Request body

commitIdstring

The commitId field.

jsonstring base64 nullable

The json field. This field is part of the arg oneof. See the documentation for c1.api.functions.v1.FunctionsServiceInvokeRequest for more details.

Response

Successful response

invocationIdstring

The invocationId field.

jsonstring base64 nullable

The json field. This field is part of the resp oneof. See the documentation for c1.api.functions.v1.FunctionsServiceInvokeResponse for more details.

Changes