File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ Project update
232
232
233
233
.. http :patch :: /api/v3/projects/(string:project_slug)/
234
234
235
- Edit an existing project.
235
+ Update an existing project.
236
236
237
237
**Example request **:
238
238
@@ -371,7 +371,7 @@ Version update
371
371
372
372
.. http :patch :: /api/v3/projects/(string:project_slug)/version/(string:version_slug)/
373
373
374
- Edit a version.
374
+ Update a version.
375
375
376
376
**Example request **:
377
377
@@ -384,7 +384,7 @@ Version update
384
384
385
385
:requestheader Authorization: token to authenticate.
386
386
387
- :statuscode 204: Edited successfully
387
+ :statuscode 204: Updated successfully
388
388
:statuscode 400: Some field is invalid
389
389
:statuscode 401: Not valid permissions
390
390
:statuscode 404: There is no ``Version `` with this slug for this project
You can’t perform that action at this time.
0 commit comments