Document requirement for ZStandard compression
All threads resolved!
All threads resolved!
Compare changes
Files
2- Philipp Hahn authored
@@ -83,7 +83,7 @@ GET /groups/:id/-/debian_distributions/:codename
@@ -83,7 +83,7 @@ GET /groups/:id/-/debian_distributions/:codename
| `id` | integer/string | yes | The ID or [URL-encoded path of the group](../rest/index.md#namespaced-path-encoding) owned by the authenticated user. |
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/groups/5/-/debian_distributions/unstable"
@@ -122,7 +122,7 @@ GET /groups/:id/-/debian_distributions/:codename/key.asc
@@ -122,7 +122,7 @@ GET /groups/:id/-/debian_distributions/:codename/key.asc
| `id` | integer/string | yes | The ID or [URL-encoded path of the group](../rest/index.md#namespaced-path-encoding) owned by the authenticated user. |
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/groups/5/-/debian_distributions/unstable/key.asc"
@@ -253,7 +253,7 @@ DELETE /groups/:id/-/debian_distributions/:codename
@@ -253,7 +253,7 @@ DELETE /groups/:id/-/debian_distributions/:codename
| `id` | integer/string | yes | The ID or [URL-encoded path of the group](../rest/index.md#namespaced-path-encoding) owned by the authenticated user. |
curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/groups/5/-/debian_distributions/unstable"