Skip to content

Commit

Permalink
📝 [#537] Fix API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Jan 7, 2025
1 parent 7ba0203 commit a8c5f75
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions backend/src/openarchiefbeheer/destruction/api/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,24 +92,19 @@
value={
"name": "An example list",
"containsSensitiveInfo": True,
"assignees": [
{
"user": 1,
},
{
"user": 2,
},
],
"reviewer": 1,
"add": [
{
"zaak": "http://some-zaken-api.nl/zaken/api/v1/zaken/111-111-111",
"extraZaakData": {},
},
{
"zaak": "http://some-zaken-api.nl/zaken/api/v1/zaken/222-222-222",
"extraZaakData": {},
},
],
"selectAll": True,
"zaak_filters": {
"zaaktype__omschrijving__icontains": "Some zaaktype omschrijving."
},
},
)
],
Expand All @@ -132,13 +127,11 @@
"add": [
{
"zaak": "http://some-zaken-api.nl/zaken/api/v1/zaken/111-111-111",
"extraZaakData": {},
},
],
"remove": [
{
"zaak": "http://some-zaken-api.nl/zaken/api/v1/zaken/222-222-222",
"extraZaakData": {},
},
],
},
Expand Down

0 comments on commit a8c5f75

Please sign in to comment.