supersonic-models
Version:
Supersonic models and API specifications
23 lines (22 loc) • 520 B
YAML
get:
description: The settings associated with the Product and Serial
responses:
"200":
description: The settings from the database
schema:
$ref: "../definitions/settings.yaml"
"403":
description: Unauthorized request
"404":
description: Settings couldn't be found
"500":
description: Settings couldn't be downloaded
parameters:
- name: product
in: path
required: true
type: string
- name: serial
in: path
required: true
type: string