mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-01 08:44:09 +02:00
Fix for OpenAPI 2
This commit is contained in:
parent
97b5702836
commit
c510b12540
|
|
@ -13,7 +13,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
homeserverAccessToken:
|
homeserverAccessToken:
|
||||||
type: http
|
type: apiKey
|
||||||
scheme: Bearer
|
name: Authorization
|
||||||
# Per docs, this is basically a description. https://swagger.io/docs/specification/authentication/bearer-authentication/
|
in: header
|
||||||
bearerFormat: The `hs_token` provided by the application service's registration.
|
description: The `Bearer` `hs_token` provided by the application service's registration.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue