Skip to content

Commit 851533f

Browse files
committed
README: Update docs for Patchwork 3.0
Refer to the API version in Patchwork 3.0, not the rather old 2.1. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent e653302 commit 851533f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ settings are **required**:
7474
The URL for the Patchwork instance's API. This should include the API
7575
version::
7676

77-
https://patchwork.ozlabs.org/api/1.1
77+
https://patchwork.ozlabs.org/api/1.2
7878

7979
You can discover the API version supported by your instance by comparing the
8080
server version, found at ``/about``, with the API versions provided in the
8181
`documentation`__. For example, if your server is running Patchwork version
82-
2.1.x, you should use API version 1.1.
82+
3.0.x, you should use API version 1.2.
8383

84-
__ https://patchwork.readthedocs.io/en/stable-2.1/api/rest/#rest-api-versions
84+
__ https://patchwork.readthedocs.io/en/stable-3.0/api/rest/#rest-api-versions
8585

8686
``pw.project``
8787
The project name or list-id. This will appear in the URL when using the web

0 commit comments

Comments
 (0)