]> git.ipfire.org Git - thirdparty/patchwork.git/commit
openapi: Correct security definition
authorStephen Finucane <stephen@that.guru>
Sat, 20 Jan 2024 18:05:01 +0000 (18:05 +0000)
committerStephen Finucane <stephen@that.guru>
Sat, 20 Jan 2024 18:05:01 +0000 (18:05 +0000)
commitd9ac8f7a97218dd4996099222d07d9cac188cedf
tree006b4914a90770231862fcca0ee4083ef1e3020f
parent79e6086cc5bdbde4dcc176756580acb275ce6ef5
openapi: Correct security definition

It's not using bearer token format.

Signed-off-by: Stephen Finucane <stephen@that.guru>
18 files changed:
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_bundle.py
patchwork/tests/api/test_check.py
patchwork/tests/api/test_comment.py
patchwork/tests/api/test_cover.py
patchwork/tests/api/test_patch.py
patchwork/tests/api/test_person.py
patchwork/tests/api/test_project.py
patchwork/tests/api/test_relation.py
patchwork/tests/api/test_series.py
patchwork/tests/api/test_user.py
patchwork/tests/api/utils.py
patchwork/tests/api/validator.py