diff --git a/api-specificatie/zrc/1.5.x/1.5.2/openapi.yaml b/api-specificatie/zrc/1.5.x/1.5.2/openapi.yaml index a7c1538b..3b0e550a 100644 --- a/api-specificatie/zrc/1.5.x/1.5.2/openapi.yaml +++ b/api-specificatie/zrc/1.5.x/1.5.2/openapi.yaml @@ -6526,15 +6526,6 @@ paths: description: Deze lijst kan gefilterd wordt met query-string parameters. summary: Alle ZAAKen opvragen. parameters: - - name: countExact - required: false - in: query - description: Geeft aan of de `count` van de resultaten exact moet zijn, of dat deze wegens performance doeleinden niet exact hoeft te worden berekend. - schema: - type: boolean - default: true - example: false - deprecated: true - name: identificatie required: false in: query @@ -11996,13 +11987,7 @@ components: properties: count: type: integer - deprecated: true example: 123 - countExact: - description: Geeft aan of de `count` exact is, of dat deze wegens performance doeleinden niet exact berekend is. - type: boolean - deprecated: true - example: false next: type: string nullable: true