supersonic-models
Version:
Supersonic models and API specifications
20 lines (19 loc) • 427 B
YAML
post:
summary: Check kitchen status
description: Check if MyCentral endpoints are online
consumes:
- application/json
produces:
- application/json
responses:
200:
description: Success
schema:
type: string
example: Ok
401:
description: Unauthorized
500:
description: Internal Error
schema:
$ref: "../../../spec/definitions/error-response.yaml"