Commit 0b10caf3 authored by Evan Read's avatar Evan Read

Merge branch 'docs-repositories-api-archive-rate-limit' into 'master'

Document archive API endpoint rate limit of 5/min

Closes #215718

See merge request gitlab-org/gitlab!30668
parents 7ba626ab c6f5d20d
...@@ -107,6 +107,8 @@ Parameters: ...@@ -107,6 +107,8 @@ Parameters:
Get an archive of the repository. This endpoint can be accessed without Get an archive of the repository. This endpoint can be accessed without
authentication if the repository is publicly accessible. authentication if the repository is publicly accessible.
This endpoint has a rate limit threshold of 5 requests per minute.
```plaintext ```plaintext
GET /projects/:id/repository/archive[.format] GET /projects/:id/repository/archive[.format]
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment