Unverified Commit bd35108f authored by Дмитрий's avatar Дмитрий Committed by GitHub
Browse files

Fix JavaDoc for "protectTag" method (#1003)



Correct JavaDoc for "protectTag" method to show actual information of GitLab endpoint method.

Co-authored-by: default avatarУсачев Дмитрий Дмитриевич <92usachevdd@region.cbr.ru>
parent 91fb052b
......@@ -415,7 +415,7 @@ public class TagsApi extends AbstractApi {
/**
* 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 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