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