Skip to content

Commit

Permalink
Prettify swagger description of ApiHealthCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Ospald committed Nov 13, 2020
1 parent a825a55 commit d847bd0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1802,10 +1802,13 @@ components:
enum: ["available", "unavailable", "unreachable", "no_smash_configured"]
description: |
The status of the SMASH server. Possible values are:
- available -> SMASH server is awaiting your requests
- unavailable -> SMASH server is running, but currently unavailable, try again in a short time
- unreachable -> SMASH server could not be reached or didn't return a health status
- no_smash_configured -> SMASH is currently not configured, adjust the Settings first
status | description
--- | ---
`"available"` | server is awaiting your requests
`"unavailable"` | server is running, but currently unavailable, try again in a short time
`"unreachable"` | server could not be reached or didn't return a health status
`"no_smash_configured"` | SMASH is currently not configured, adjust the Settings first
ApiWalletPutPassphraseData: &ApiWalletPutPassphraseData
type: object
Expand Down

0 comments on commit d847bd0

Please sign in to comment.