Skip to main content
POST
ValidateRunFilter

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The request for a call to RunService_ValidateRunFilter.

The request for a call to RunService_ValidateRunFilter.

filter
string
required

The CEL filter expression to validate.

Response

A successful response.

The response of a call to RunService_ValidateRunFilter.

errorMessage
string
required

Empty string if the filter is valid; otherwise contains the validation error message.