Skip to content

Commit 13c86e5

Browse files
committed
Verb consistency
1 parent ad12f1f commit 13c86e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/v3.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Project update
232232

233233
.. http:patch:: /api/v3/projects/(string:project_slug)/
234234
235-
Edit an existing project.
235+
Update an existing project.
236236

237237
**Example request**:
238238

@@ -371,7 +371,7 @@ Version update
371371

372372
.. http:patch:: /api/v3/projects/(string:project_slug)/version/(string:version_slug)/
373373
374-
Edit a version.
374+
Update a version.
375375

376376
**Example request**:
377377

@@ -384,7 +384,7 @@ Version update
384384

385385
:requestheader Authorization: token to authenticate.
386386

387-
:statuscode 204: Edited successfully
387+
:statuscode 204: Updated successfully
388388
:statuscode 400: Some field is invalid
389389
:statuscode 401: Not valid permissions
390390
:statuscode 404: There is no ``Version`` with this slug for this project

0 commit comments

Comments
 (0)