Files
recipe-api/openapi/parameters/{recipeId}.yaml

7 lines
127 B
YAML

name: "recipeId"
in: "path"
required: true
schema:
$ref: "../schemas/Id.yaml"
description: "Unique identifier of the recipe"