supersonic-models
Version:
Supersonic models and API specifications
28 lines (27 loc) • 657 B
YAML
get:
description: The meals associated with the Organisation and StoreId
responses:
"200":
description: The file from the bucket
schema:
$ref: "../definitions/meal.yaml"
"403":
description: Unauthorized request
"404":
description: The menu couldn't be found
"500":
description: The file couldn't be downloaded
"304":
description: The file wasn't modified since the last request
parameters:
- name: organisation
in: path
required: true
type: string
- name: storeId
in: path
required: true
type: string
- name: If-Modified-Since
in: header
type: string