Fix for OpenAPI 2

This commit is contained in:
Travis Ralston 2022-08-02 18:47:11 -06:00
parent 97b5702836
commit c510b12540

View file

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
homeserverAccessToken:
type: http
scheme: Bearer
# Per docs, this is basically a description. https://swagger.io/docs/specification/authentication/bearer-authentication/
bearerFormat: The `hs_token` provided by the application service's registration.
type: apiKey
name: Authorization
in: header
description: The `Bearer` `hs_token` provided by the application service's registration.