Skip to content

Commit

Permalink
📝 [open-zaak/open-zaak#1708] define global tags in OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Jul 10, 2024
1 parent 5e0d651 commit 7fef198
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions src/nrc/conf/includes/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
}
},
"TAGS": [{"name": "abonnement"}, {"name": "kanaal"}, {"name": "notificaties"}],
}

GEMMA_URL_INFORMATIEMODEL_VERSIE = "1.0"
Expand Down
21 changes: 10 additions & 11 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1477,11 +1477,6 @@ paths:
type: string
description: 'Geeft een specifieke API-versie aan in de context van
een specifieke aanroep. Voorbeeld: 1.2.1.'
Location:
schema:
type: string
format: uri
description: URL waar de resource leeft.
content:
application/json:
schema:
Expand Down Expand Up @@ -1606,8 +1601,8 @@ components:
readOnly: true
description: URL-referentie naar dit object. Dit is de unieke identificatie
en locatie van dit object.
min_length: 1
max_length: 1000
minLength: 1
maxLength: 1000
callbackUrl:
type: string
format: uri
Expand Down Expand Up @@ -1706,8 +1701,8 @@ components:
readOnly: true
description: URL-referentie naar dit object. Dit is de unieke identificatie
en locatie van dit object.
min_length: 1
max_length: 1000
minLength: 1
maxLength: 1000
naam:
type: string
description: Naam van het KANAAL (ook wel "Exchange" genoemd) dat de bron
Expand Down Expand Up @@ -1783,8 +1778,8 @@ components:
readOnly: true
description: URL-referentie naar dit object. Dit is de unieke identificatie
en locatie van dit object.
min_length: 1
max_length: 1000
minLength: 1
maxLength: 1000
callbackUrl:
type: string
format: uri
Expand Down Expand Up @@ -1846,3 +1841,7 @@ components:
bearerFormat: JWT
servers:
- url: /api/v1
tags:
- name: abonnement
- name: kanaal
- name: notificaties

0 comments on commit 7fef198

Please sign in to comment.