File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
src/openklant/components/klantinteracties Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -2136,7 +2136,6 @@ paths:
2136
2136
application/json :
2137
2137
schema :
2138
2138
$ref : ' #/components/schemas/PartijIdentificator'
2139
- required : true
2140
2139
security :
2141
2140
- tokenAuth : []
2142
2141
responses :
@@ -2189,7 +2188,6 @@ paths:
2189
2188
application/json :
2190
2189
schema :
2191
2190
$ref : ' #/components/schemas/PartijIdentificator'
2192
- required : true
2193
2191
security :
2194
2192
- tokenAuth : []
2195
2193
responses :
@@ -3066,6 +3064,7 @@ components:
3066
3064
type : array
3067
3065
items :
3068
3066
$ref : ' #/components/schemas/PartijIdentificator'
3067
+ nullable : true
3069
3068
description : Partij-identificatoren die hoorde bij deze partij.
3070
3069
soortPartij :
3071
3070
allOf :
@@ -4722,7 +4721,6 @@ components:
4722
4721
uuid :
4723
4722
type : string
4724
4723
format : uuid
4725
- readOnly : true
4726
4724
description : Unieke (technische) identificatiecode van de partij-identificator.
4727
4725
url :
4728
4726
type : string
@@ -4749,9 +4747,7 @@ components:
4749
4747
description : Gegevens die een partij in een basisregistratie of ander extern
4750
4748
register uniek identificeren.
4751
4749
required :
4752
- - partijIdentificator
4753
4750
- url
4754
- - uuid
4755
4751
PartijIdentificatorGroepType :
4756
4752
type : object
4757
4753
properties :
@@ -5246,7 +5242,6 @@ components:
5246
5242
uuid :
5247
5243
type : string
5248
5244
format : uuid
5249
- readOnly : true
5250
5245
description : Unieke (technische) identificatiecode van de partij-identificator.
5251
5246
url :
5252
5247
type : string
You can’t perform that action at this time.
0 commit comments