diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/rest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/rest.rst b/docs/api/rest.rst index 1750913..8c8fd95 100644 --- a/docs/api/rest.rst +++ b/docs/api/rest.rst @@ -155,7 +155,7 @@ parameters should be passed as form-encoded data: .. code-block:: shell - $ curl -X POST -F 'state=under-review' \ + $ curl -X PATCH -F 'state=under-review' \ 'https://patchwork.example.com/api/patches/123' Authentication |