Skip to content

Commit

Permalink
More detailed description of poolMetadataSource in swagger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Oct 26, 2020
1 parent 19a0bf6 commit 736f55c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions specifications/api/swagger.yaml
Expand Up @@ -329,7 +329,13 @@ x-settings: &settings
properties:
pool_metadata_source:
<<: *poolMetadataSource
description: How to fetch pool metadata
description: |
Select stake pool metadata fetching strategy:
- `none` - metadata is not fetched at all,
- `direct` - metadata is fetched directly from chain,
- `uri` - metadata is fetched from the external Stake-Pool Metadata Aggregation Server (SMASH)
After update existing metadata will be dropped forcing it to re-sync automatically with the new setting.
x-walletMnemonicSentence: &walletMnemonicSentence
description: A list of mnemonic words
Expand Down Expand Up @@ -3178,7 +3184,7 @@ paths:
description: |
<p align="right">status: <strong>stable</strong></p>
Overwrite current settings
Overwrite current settings.
requestBody:
required: true
content:
Expand Down

0 comments on commit 736f55c

Please sign in to comment.