Skip to content

Commit 5bde0fd

Browse files
committed
Revert "countExact toegevoegd conform PR #2484 en issue #2284 aan zaken endpoint"
This reverts commit b61aeb0.
1 parent 429821e commit 5bde0fd

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

api-specificatie/zrc/1.5.x/1.5.2/openapi.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -6526,15 +6526,6 @@ paths:
65266526
description: Deze lijst kan gefilterd wordt met query-string parameters.
65276527
summary: Alle ZAAKen opvragen.
65286528
parameters:
6529-
- name: countExact
6530-
required: false
6531-
in: query
6532-
description: Geeft aan of de `count` van de resultaten exact moet zijn, of dat deze wegens performance doeleinden niet exact hoeft te worden berekend.
6533-
schema:
6534-
type: boolean
6535-
default: true
6536-
example: false
6537-
deprecated: true
65386529
- name: identificatie
65396530
required: false
65406531
in: query
@@ -11996,13 +11987,7 @@ components:
1199611987
properties:
1199711988
count:
1199811989
type: integer
11999-
deprecated: true
1200011990
example: 123
12001-
countExact:
12002-
description: Geeft aan of de `count` exact is, of dat deze wegens performance doeleinden niet exact berekend is.
12003-
type: boolean
12004-
deprecated: true
12005-
example: false
1200611991
next:
1200711992
type: string
1200811993
nullable: true

0 commit comments

Comments
 (0)