]> git.ipfire.org Git - thirdparty/patchwork.git/commit
docs: Resolve issues with 'projects'
authorStephen Finucane <stephen@that.guru>
Wed, 15 Apr 2020 23:43:40 +0000 (00:43 +0100)
committerStephen Finucane <stephen@that.guru>
Sat, 18 Apr 2020 10:57:28 +0000 (11:57 +0100)
commit48f27d587874414df95a03f7ab338f0f029de7db
tree00656b58ce156f9ee90b29c28a013b2183a727d9
parent2047107468a1d78daf2e917ddce1253b38ea23ea
docs: Resolve issues with 'projects'

Two issues here:

- The ID in '/projects/{id}' can be either an integer or a string.
- We were attempting to validate an invalid request.

Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/api/schemas/latest/patchwork.yaml
docs/api/schemas/patchwork.j2
docs/api/schemas/v1.0/patchwork.yaml
docs/api/schemas/v1.1/patchwork.yaml
docs/api/schemas/v1.2/patchwork.yaml
patchwork/tests/api/test_project.py