diff --git a/zoo-api.yaml b/zoo-api.yaml index db4b040..8eed09c 100644 --- a/zoo-api.yaml +++ b/zoo-api.yaml @@ -112,7 +112,7 @@ components: The JWT token must be authorized for this entity. required: false schema: - $ref: '../schemas/agb.yaml' + $ref: schemas/agb.yaml AgbCareGroup: name: agb 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. required: false schema: - $ref: '../schemas/agb.yaml' + $ref: schemas/agb.yaml Pretty: name: pretty in: query