Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit api creation docs to reflect correct CLI usage #813

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Write the date in place of the "Unreleased" in the case a new version is release
- Add HTTP endpoint `PATCH /array/full/{path}` to enable updating and
optionally _extending_ an existing array.
- Add associated Python client method `ArrayClient.patch`.
- Minor fix to api key docs to reflect correct CLI usage.

## v0.1.0b11 (2024-11-14)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/how-to/api-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Finally, the `--note` option can be used to label an API key as a reminder of
where or how it is being used.

```
$ tiled api_key create --note="Data validation pipeline" --scopes read:metadata read:data
$ tiled api_key create --note="Data validation pipeline" --scopes read:metadata --scopes read:data
573928c62e53096321fb874847bcc6a90ea636eebd8acbd7c5e9d18d2859847b3bfb4f19
$ tiled api_key list
First 8 Expires at (UTC) Latest activity Note Scopes
Expand Down
Loading