meta { name: 03 Search type: http seq: 3 } get { url: {{baseUrl}}/api/v1/clients?q=boulang body: none auth: inherit } params:query { q: boulang } tests { test("200 OK", function () { expect(res.getStatus()).to.equal(200); }); } docs { GET /api/v1/clients?q= Recherche case-insensitive sur `name` et `email`. }