Remove the misleading default separator for listing keys.

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:
Kyle Havlovitz 2019-01-29 10:12:08 -08:00 committed by GitHub
parent a26002000c
commit 9312cabd90
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 metadata). Specifying this implies `recurse`. This is specified as part of the
URL as a query parameter. 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` 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. 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. This is specified as part of the URL as a query parameter.