Remove the misleading default separator for listing keys. (#5288)

The default separator for key listing is an empty string - the docs incorrectly made it seem as if this was `/`.
This commit is contained in:
Hans Hasselberg 2019-06-14 00:06:18 +02:00 committed by GitHub
commit 7e6356a53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ The table below shows this endpoint's support for
metadata). Specifying this implies `recurse`. This is specified as part of the
URL as a query parameter.
- `separator` `(string: '/')` - Specifies the string to use as a separator
- `separator` `(string: '')` - Specifies the string to use as a separator
for recursive key lookups. This option is only used when paired with the `keys`
parameter to limit the prefix of keys returned, only up to the given separator.
This is specified as part of the URL as a query parameter.