Commit cf500e37 authored by Jeremie Bresson's avatar Jeremie Bresson
Browse files

Merge remote-tracking branch 'origin/main' into 6.x

parents 80dd0426 bd35108f
...@@ -415,7 +415,7 @@ public class TagsApi extends AbstractApi { ...@@ -415,7 +415,7 @@ public class TagsApi extends AbstractApi {
/** /**
* Protects a single repository tag or several project repository tags using a wildcard protected tag. * Protects a single repository tag or several project repository tags using a wildcard protected tag.
* *
* <pre><code>GitLab Endpoint: GET /projects/:id/protected_tags</code></pre> * <pre><code>GitLab Endpoint: POST /projects/:id/protected_tags</code></pre>
* *
* @param projectIdOrPath id, path of the project, or a Project instance holding the project ID or path * @param projectIdOrPath id, path of the project, or a Project instance holding the project ID or path
* @param name the name of the tag or wildcard * @param name the name of the tag or wildcard
......
Supports Markdown
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