Skip to content

Commit

Permalink
make it explicit that auth is optional
Browse files Browse the repository at this point in the history
Auth was added in c077573. Most/All our endpoints are available without
authentication (but some records may be protected) - let's make it
explicit that unauthenticated use is legitimate.

As far as I can tell this has no impact in swagger ui, though.

See
OAI/OpenAPI-Specification#14
  • Loading branch information
wiese committed Sep 21, 2020
1 parent d77f4ef commit 69d0b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"$ref": "./paths/index.json"
},
"security": [
{},
{ "bearerAuth": [] }
]
}

0 comments on commit 69d0b94

Please sign in to comment.