Snippet Search

Proxy endpoint that forwards the incoming POST search request – including the original request body – to the configured snippet-search service.

We do not try to interpret the body; we simply forward it using the same HTTP method (POST) and content-type so that the upstream service receives exactly what the client sent. When configured, attach the Authorization header required by the upstream.

post/api/search

Response

Successful Response

{"stackTrail":"paths:/api/search:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes