update specification part 1
parent
fb8993f06c
commit
19a9d147e7
|
|
@ -31,17 +31,19 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: array
|
||||||
properties:
|
items:
|
||||||
id:
|
type: object
|
||||||
type: string
|
properties:
|
||||||
examples: ["465db18f-6fc0-48e1-804a-156d0df29392"]
|
id:
|
||||||
name:
|
type: string
|
||||||
type: string
|
examples: ["465db18f-6fc0-48e1-804a-156d0df29392"]
|
||||||
examples: ["Thai Food"]
|
name:
|
||||||
address:
|
type: string
|
||||||
type: string
|
examples: ["Thai Food"]
|
||||||
examples: ["Hauptstraße 9, 68259 Mannheim"]
|
address:
|
||||||
|
type: string
|
||||||
|
examples: ["Hauptstraße 9, 68259 Mannheim"]
|
||||||
|
|
||||||
/restaurants/{id}/menu:
|
/restaurants/{id}/menu:
|
||||||
get:
|
get:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue