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 `/`.
pull/5966/head
Hans Hasselberg 6 years ago committed by GitHub
commit dce847a97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save