Skip to content

Commit

Permalink
Edit api creation docs to reflect correct CLI usage (#813)
Browse files Browse the repository at this point in the history
* Fix api key creation docs to avoid error

* Update changelog
  • Loading branch information
jwlodek authored Nov 19, 2024
1 parent 2459624 commit 0143d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 0143d81

Please sign in to comment.