@@ -1353,9 +1353,9 @@ public Snippet getSnippet(Integer projectId, Integer snippetId) throws GitLabApi
13531353 *
13541354 * POST /projects/:id/snippets
13551355 *
1356- * @param id the ID of the project owned by the authenticated user, required
1356+ * @param projectId the ID of the project owned by the authenticated user, required
13571357 * @param title the title of a snippet, required
1358- * @param fileName the name of a snippet file, required
1358+ * @param filename the name of a snippet file, required
13591359 * @param description the description of a snippet, optional
13601360 * @param code the content of a snippet, required
13611361 * @param visibility the snippet's visibility, required
@@ -1381,10 +1381,10 @@ public Snippet createSnippet(Integer projectId, String title, String filename, S
13811381 *
13821382 * PUT /projects/:id/snippets/:snippet_id
13831383 *
1384- * @param id the ID of the project owned by the authenticated user, required
1384+ * @param projectId the ID of the project owned by the authenticated user, required
13851385 * @param snippetId the ID of a project's snippet, required
13861386 * @param title the title of a snippet, optional
1387- * @param fileName the name of a snippet file, optional
1387+ * @param filename the name of a snippet file, optional
13881388 * @param description the description of a snippet, optioptionalonal
13891389 * @param code the content of a snippet, optional
13901390 * @param visibility the snippet's visibility, reqoptionaluired
0 commit comments