mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
fix typo in delete device
This commit is contained in:
parent
5274e9c146
commit
34140a785d
|
|
@ -139,7 +139,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
This API endpoint uses the `User-Interactive Authentication API`_.
|
This API endpoint uses the `User-Interactive Authentication API`_.
|
||||||
|
|
||||||
Deletes the given device, and invalidates any access token assoicated with it.
|
Deletes the given device, and invalidates any access token associated with it.
|
||||||
operationId: deleteDevice
|
operationId: deleteDevice
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue