Skip to content

Edit Triggers API annotation

Eugene Lim requested to merge elim-ext-triggers-api-annotation into master

This also adds the missing nested hash parameters for variables. However, since this means that variables[key] and variables[value] are automatically validated to be String before the custom validation routine, the error message will change even though it will still return a 400 error. In any case, it is probably better to rely on the built-in parameter type validation instead of a custom validation routine.

The OpenAPI V2 documentation will be used for dogfooding API fuzzing as per #372422 (closed) and the OpenAPI autogeneration &8926.

Merge request reports