Body
application/json
Request message for batch deparsing CEL expressions.
The CEL expression ASTs to deparse.
Response
OK
Response message for batch deparsing CEL expressions.
The deparsed CEL expressions as strings.
{
"expressions": [
"<string>"
]
}
Converts multiple CEL AST representations back into expression strings. Permissions required: None
{
"expressions": [
"<string>"
]
}
Request message for batch deparsing CEL expressions.
The CEL expression ASTs to deparse.
Show child attributes
OK
Response message for batch deparsing CEL expressions.
The deparsed CEL expressions as strings.
Was this page helpful?