The mobile experience is still being developed. This may look/feel a bit odd for now.

12    post:
13      operationId: list-warnungen
14      summary: Liste aller Lebensmittel und Produktwarnungen
15      description: Gibt eine Liste aller Lebensmittel und Produktwarnungen zurück.
16      security:
17        - ApiKeyAuth: []
 5  description: Liste aller Lebensmittel und Produktwarnungen
 6servers:
 7  - url: https://megov.bayern.de/verbraucherschutz/baystmuv-verbraucherinfo/rest/api/
 8
 9
10paths:
19        content:
20          application/json:
21            schema:
22              type: object
23              properties:
24                food:
63          items:
64            type: string
65          example: ["publishedDate > 1630067654000"]
66
67    Response:
68      type: object
68      type: object
69      properties: 
70        docs: 
71          type: array
72          items: 
73            type: object
16      security:
17        - ApiKeyAuth: []
18      requestBody:
19        content:
20          application/json:
21            schema:
10paths:
11  /warnings/merged:
12    post:
13      operationId: list-warnungen
14      summary: Liste aller Lebensmittel und Produktwarnungen
15      description: Gibt eine Liste aller Lebensmittel und Produktwarnungen zurück.
10paths:
11  /warnings/merged:
12    post:
13      operationId: list-warnungen
14      summary: Liste aller Lebensmittel und Produktwarnungen
15      description: Gibt eine Liste aller Lebensmittel und Produktwarnungen zurück.
 5  description: Liste aller Lebensmittel und Produktwarnungen
 6servers:
 7  - url: https://megov.bayern.de/verbraucherschutz/baystmuv-verbraucherinfo/rest/api/
 8
 9
10paths:
12    post:
13      operationId: list-warnungen
14      summary: Liste aller Lebensmittel und Produktwarnungen
15      description: Gibt eine Liste aller Lebensmittel und Produktwarnungen zurück.
16      security:
17        - ApiKeyAuth: []
16      security:
17        - ApiKeyAuth: []
18      requestBody:
19        content:
20          application/json:
21            schema:
19        content:
20          application/json:
21            schema:
22              type: object
23              properties:
24                food:
63          items:
64            type: string
65          example: ["publishedDate > 1630067654000"]
66
67    Response:
68      type: object
68      type: object
69      properties: 
70        docs: 
71          type: array
72          items: 
73            type: object