Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
remove dumps.get API key action
Browse files Browse the repository at this point in the history
  • Loading branch information
gmourier committed Jul 7, 2022
1 parent fa404b2 commit c81dac0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion text/0085-api-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ Only the master key allows managing the API keys.
| settings.update | Provides access to `POST / DELETE` `/indexes/:authorizedIndexes/settings` and `/indexes/:authorizedIndexes/settings/*` routes. |
| stats.get | Provides access to `GET` `/stats/`. **⚠️Non-authorized `indexes` are omitted from the response on `/stats`**. Also add access to `GET` `/indexes/:authorizedIndexes/stats`. |
| dumps.create | Provides access to `POST` `/dumps` route. **As dumps are not scoped by indexes, a restriction on `indexes` does not affect this action.** |
| dumps.get | Provides access to `GET` `/dumps/:dumpUid` route. **As dumps are not scoped by indexes, a restriction on `indexes` does not affect this action.** |
| version | Provides access to `GET` `/version` route.

---
Expand Down

0 comments on commit c81dac0

Please sign in to comment.