@@ -1353,9 +1353,9 @@ public Snippet getSnippet(Integer projectId, Integer snippetId) throws GitLabApi
1353
1353
*
1354
1354
* POST /projects/:id/snippets
1355
1355
*
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
1357
1357
* @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
1359
1359
* @param description the description of a snippet, optional
1360
1360
* @param code the content of a snippet, required
1361
1361
* @param visibility the snippet's visibility, required
@@ -1381,10 +1381,10 @@ public Snippet createSnippet(Integer projectId, String title, String filename, S
1381
1381
*
1382
1382
* PUT /projects/:id/snippets/:snippet_id
1383
1383
*
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
1385
1385
* @param snippetId the ID of a project's snippet, required
1386
1386
* @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
1388
1388
* @param description the description of a snippet, optioptionalonal
1389
1389
* @param code the content of a snippet, optional
1390
1390
* @param visibility the snippet's visibility, reqoptionaluired
0 commit comments