Skip to content

Commit 368a150

Browse files
committed
Update SLS API schema
1 parent 38f8857 commit 368a150

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

source/includes/_mensa_api.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ curl "https://sls.api.stw-on.de/v1/location/101/menu/2018-02-26?time=evening"
186186
],
187187
"additives": [ // Enthaltene Zusatzstoffe
188188
189-
]
190-
},
191-
"special_tags": [ // Spezialangebote
189+
],
190+
"special": [ // Sonderkennzeichnungen
192191
193-
]
192+
]
193+
}
194194
},
195195
{
196196
"id": 3029,
@@ -233,11 +233,11 @@ curl "https://sls.api.stw-on.de/v1/location/101/menu/2018-02-26?time=evening"
233233
],
234234
"additives": [
235235
236-
]
237-
},
238-
"special_tags": [
236+
],
237+
"special": [ // Sonderkennzeichnungen
239238
240-
]
239+
]
240+
}
241241
}
242242
]
243243
}
@@ -320,11 +320,11 @@ curl "https://sls.api.stw-on.de/v1/location/101/menu/2018-02-26/2018-02-28?time=
320320
],
321321
"additives": [ // Enthaltene Zusatzstoffe
322322
323-
]
324-
},
325-
"special_tags": [ // Spezialangebote
323+
],
324+
"special": [ // Sonderkennzeichnungen
326325
327-
]
326+
]
327+
}
328328
},
329329
{
330330
"id": 3029,
@@ -367,11 +367,11 @@ curl "https://sls.api.stw-on.de/v1/location/101/menu/2018-02-26/2018-02-28?time=
367367
],
368368
"additives": [
369369
370-
]
371-
},
372-
"special_tags": [
370+
],
371+
"special": [ // Sonderkennzeichnungen
373372
374-
]
373+
]
374+
}
375375
}
376376
]
377377
}

0 commit comments

Comments
 (0)