Skip to content

Commit

Permalink
fix(docs): Auth on public, not private [skip pizza] (#2492)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Nov 29, 2023
1 parent 0547118 commit 2277a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.planx.uk/modules/file/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ paths:
/file/private/upload:
post:
tags: ["file"]
security:
- bearerAuth: []
requestBody:
content:
multipart/form-data:
Expand All @@ -63,6 +61,8 @@ paths:
/file/public/upload:
post:
tags: ["file"]
security:
- bearerAuth: []
requestBody:
content:
multipart/form-data:
Expand Down

0 comments on commit 2277a26

Please sign in to comment.