File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ registries.
90
90
91
91
The scopes proposed by this RFC allow access to the following endpoints:
92
92
93
- | Endpoint | Required scope |
94
- | --- | --- |
95
- | ` PUT /crates/new ` (new crates) | ** publish-new** |
96
- | ` PUT /crates/new ` (existing crates) | ** publish-update** |
97
- | ` DELETE /crates/:crate_id/:version/yank ` | ** yank** |
98
- | ` PUT /crates/:crate_id/:version/unyank ` | ** yank** |
99
- | ` PUT /crates/:crate_id/owners ` | ** change-owners** |
100
- | ` DELETE /crates/:crate_id/owners ` | ** change-owners** |
101
- | everything except ` PUT /me/tokens ` | ** legacy** |
93
+ | Endpoint | Required scope |
94
+ | ------------------------------------------ | -------------------- |
95
+ | ` PUT /crates/new ` (new crates) | ** publish-new** |
96
+ | ` PUT /crates/new ` (existing crates) | ** publish-update** |
97
+ | ` DELETE /crates/:crate_id/:version/yank ` | ** yank** |
98
+ | ` PUT /crates/:crate_id/:version/unyank ` | ** yank** |
99
+ | ` PUT /crates/:crate_id/owners ` | ** change-owners** |
100
+ | ` DELETE /crates/:crate_id/owners ` | ** change-owners** |
101
+ | everything except ` PUT /me/tokens ` | ** legacy** |
102
102
103
103
Removing an endpoint from a scope or adding an existing endpoint to an existing
104
104
scope will be considered a breaking change. Adding newly created endpoints to
You can’t perform that action at this time.
0 commit comments