Skip to content

Commit

Permalink
Revert "countExact toegevoegd conform PR #2484 en issue #2284 aan zak…
Browse files Browse the repository at this point in the history
…en endpoint"

This reverts commit b61aeb0.
  • Loading branch information
HenriKorver committed Feb 10, 2025
1 parent 429821e commit 5bde0fd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions api-specificatie/zrc/1.5.x/1.5.2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5bde0fd

Please sign in to comment.