Skip to content

Commit 94422d8

Browse files
authored
Merge pull request #6574 from Blackcipher101/patch4
Changed documentation of Api v3
2 parents 336a3ff + 66d40e3 commit 94422d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/v3.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Version detail
424424
Version update
425425
++++++++++++++
426426

427-
.. http:patch:: /api/v3/projects/(string:project_slug)/version/(string:version_slug)/
427+
.. http:patch:: /api/v3/projects/(string:project_slug)/versions/(string:version_slug)/
428428
429429
Update a version.
430430

@@ -460,7 +460,7 @@ Version update
460460
.. sourcecode:: json
461461

462462
{
463-
"active": true,
463+
"active": true
464464
}
465465

466466
:statuscode 204: Updated successfully

0 commit comments

Comments
 (0)