Skip to content

Commit

Permalink
Merge pull request #201 from VNG-Realisatie/issue/#1777_informatie_ob…
Browse files Browse the repository at this point in the history
…ject_put_patch

Allow EIO to perform put/patch operations to `informatieobje…
  • Loading branch information
MatthijsBekendam authored Mar 29, 2023
2 parents 25375bc + 6024819 commit 74e34b6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/drc/api/serializers/enkelvoudig_informatieobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ class Meta:
extra_kwargs = {
"informatieobjecttype": {
"validators": [
IsImmutableValidator(),
PublishValidator(
"InformatieObjectType",
settings.ZTC_API_SPEC,
Expand Down
1 change: 1 addition & 0 deletions src/drc/api/tests/test_enkelvoudiginformatieobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ def test_eio_update(self, *mocks):
"inhoud": b64encode(b"aaaaa"),
"bestandsomvang": 5,
"lock": lock,
"informatieobjecttype": "https://example.com/ztc/api/v1/catalogus/1/informatieobjecttype/2",
}
)

Expand Down
2 changes: 0 additions & 2 deletions src/drc/api/views/enkelvoudig_informatieobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"Dit creëert altijd een nieuwe versie van het (ENKELVOUDIG) INFORMATIEOBJECT. \n"
" \n**Er wordt gevalideerd op**\n"
"- correcte `lock` waarde\n"
"- het `informatieobjecttype` mag niet gewijzigd worden\n"
"- status NIET `definitief`"
),
),
Expand All @@ -104,7 +103,6 @@
"Dit creëert altijd een nieuwe versie van het (ENKELVOUDIG) INFORMATIEOBJECT. \n"
"\n**Er wordt gevalideerd op**\n"
" - correcte `lock` waarde\n"
"- het `informatieobjecttype` mag niet gewijzigd worden\n"
" - status NIET `definitief`"
),
),
Expand Down
4 changes: 2 additions & 2 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ paths:
description:
"Dit cre\xEBert altijd een nieuwe versie van het (ENKELVOUDIG)\
\ INFORMATIEOBJECT. \n \n**Er wordt gevalideerd op**\n- correcte `lock` waarde\n\
- het `informatieobjecttype` mag niet gewijzigd worden\n- status NIET `definitief`"
- status NIET `definitief`"
summary: Werk een (ENKELVOUDIG) INFORMATIEOBJECT in zijn geheel bij.
parameters:
- in: path
Expand Down Expand Up @@ -1252,7 +1252,7 @@ paths:
description:
"Dit cre\xEBert altijd een nieuwe versie van het (ENKELVOUDIG)\
\ INFORMATIEOBJECT. \n\n**Er wordt gevalideerd op**\n - correcte `lock` waarde\n\
- het `informatieobjecttype` mag niet gewijzigd worden\n - status NIET `definitief`"
\ - status NIET `definitief`"
summary: Werk een (ENKELVOUDIG) INFORMATIEOBJECT deels bij.
parameters:
- in: path
Expand Down

0 comments on commit 74e34b6

Please sign in to comment.