]> git.ipfire.org Git - thirdparty/patchwork.git/commit
openapi: Fix issues with events API
authorStephen Finucane <stephen@that.guru>
Sun, 21 Jan 2024 10:34:41 +0000 (10:34 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 21 Jan 2024 10:34:41 +0000 (10:34 +0000)
commitef55117fc834c19d1ba8487957e753db5e5ed1e5
tree592f9e7175c5cf77c06ea599311f78713e961039
parent84ebc71406b78ead9b1ad4dc7e379085f3ee6340
openapi: Fix issues with events API

The previous_delegate and current_delegate fields are nullable.

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
docs/api/schemas/v1.3/patchwork.yaml
patchwork/tests/api/test_event.py