]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Add missing 'url' parameter for comments
authorStephen Finucane <stephen@that.guru>
Fri, 30 Sep 2022 14:01:14 +0000 (15:01 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 30 Sep 2022 16:38:54 +0000 (17:38 +0100)
commit73b0b12df256c4e2e9c5e724828c778e69f0cf13
tree9132334088b3025858148bf0265fca1ab6b80a1f
parentd9806a4a9e415d943fa30af93a59979171d84376
REST: Add missing 'url' parameter for comments

This should be present on all resources.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: 88f56051 ("api: add comments detail endpoint")
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
docs/api/schemas/v1.3/patchwork.yaml
patchwork/api/base.py
patchwork/api/bundle.py
patchwork/api/comment.py
patchwork/api/embedded.py
patchwork/api/patch.py