File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ settings are **required**:
74
74
The URL for the Patchwork instance's API. This should include the API
75
75
version::
76
76
77
- https://patchwork.ozlabs.org/api/1.1
77
+ https://patchwork.ozlabs.org/api/1.2
78
78
79
79
You can discover the API version supported by your instance by comparing the
80
80
server version, found at ``/about ``, with the API versions provided in the
81
81
`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 .
83
83
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
85
85
86
86
``pw.project ``
87
87
The project name or list-id. This will appear in the URL when using the web
You can’t perform that action at this time.
0 commit comments