fix relative path errors

EH/population-statistics-authorisation
Reinier Zwitserloot 1 year ago
parent afc80b91fa
commit aa05209b06
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -112,7 +112,7 @@ components:
The JWT token must be authorized for this entity. The JWT token must be authorized for this entity.
required: false required: false
schema: schema:
$ref: '../schemas/agb.yaml' $ref: schemas/agb.yaml
AgbCareGroup: AgbCareGroup:
name: agb name: agb
in: query in: query
@ -122,7 +122,7 @@ components:
authenticating JWT token, it must be a query parameter. The JWT token must be authorized for this entity. authenticating JWT token, it must be a query parameter. The JWT token must be authorized for this entity.
required: false required: false
schema: schema:
$ref: '../schemas/agb.yaml' $ref: schemas/agb.yaml
Pretty: Pretty:
name: pretty name: pretty
in: query in: query

Loading…
Cancel
Save