@@ -471,3 +471,30 @@ actions:
471471 $ref : " ../../specification/search_application/render_query/SearchApplicationsRenderQueryRequestExample1.yaml"
472472 renderSearchApplicationQueryResponseExample1 :
473473 $ref : " ../../specification/search_application/render_query/SearchApplicationsRenderQueryResponseExample1.yaml"
474+
475+ - target : " $.components['requestBodies']['simulate.ingest']"
476+ description : " Add example for simulate ingest request"
477+ update :
478+ content :
479+ application/json :
480+ examples :
481+ simulateIngestRequestExample1 :
482+ $ref : " ../../specification/simulate/ingest/SimulateIngestRequestExample1.yaml"
483+ simulateIngestRequestExample2 :
484+ $ref : " ../../specification/simulate/ingest/SimulateIngestRequestExample2.yaml"
485+ simulateIngestRequestExample3 :
486+ $ref : " ../../specification/simulate/ingest/SimulateIngestRequestExample3.yaml"
487+ simulateIngestRequestExample4 :
488+ $ref : " ../../specification/simulate/ingest/SimulateIngestRequestExample4.yaml"
489+ - target : " $.components['responses']['simulate.ingest#200']"
490+ description : " Add example for simulate ingest response"
491+ update :
492+ content :
493+ application/json :
494+ examples :
495+ simulateIngestResponseExample1 :
496+ $ref : " ../../specification/simulate/ingest/SimulateIngestResponseExample1.yaml"
497+ simulateIngestResponseExample2 :
498+ $ref : " ../../specification/simulate/ingest/SimulateIngestResponseExample2.yaml"
499+ simulateIngestResponseExample3 :
500+ $ref : " ../../specification/simulate/ingest/SimulateIngestResponseExample3.yaml"
0 commit comments