Expand description
Product OpenAPI route metadata for /v1/palette/*.
Mirrors the pattern soma-api uses for /v1/gateway/{action}: augment an
already-generated OpenAPI document with hand-written path entries for
routes this crate owns but that the generic provider-route generator
doesn’t know about.
Constants§
Functions§
- augment_
with_ palette_ routes - Insert Palette route entries into
value’spathsobject, if not already present.valueis expected to already have a top-levelpathsobject (as produced bySomaApplication::openapi_document).