When declaring routes, extra values can be stuffed into the stash. We might use operation_id to explicitly state which endpoint we want to use in the openapi doc (and if it mismatches the actual request URI, we'll get a validation error).
We may want other stash variables to tweak the configs for the validate cycle, but let's leave that until we figure out what those values might be.
When declaring routes, extra values can be stuffed into the stash. We might use
operation_idto explicitly state which endpoint we want to use in the openapi doc (and if it mismatches the actual request URI, we'll get a validation error).We may want other stash variables to tweak the configs for the validate cycle, but let's leave that until we figure out what those values might be.