Skip to content

Commit

Permalink
Added example to get API
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed Jul 9, 2024
1 parent 4d0736f commit 5f1a446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/recon/recon.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class ReconciliationController {
description: "Queries",
required: false,
explode: false,
example: "{\"queries\":{\"conditions\":[{\"matchType\":\"string\",\"v\":\"string\"}]}}"
example: "{ \"queries\": [ { \"type\": \"schema:Place\", \"limit\": 2, \"conditions\": [ { \"matchType\": \"name\", \"v\": \"Roy Thomson hall\" } ] } ] }"
})
async reconcileByQuery(
@Query("queries") rawQueries: string
Expand Down

0 comments on commit 5f1a446

Please sign in to comment.