mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add missing tag to PUT /devices/{deviceId}
This commit is contained in:
parent
461bfdb0d8
commit
2bf0abcb9d
|
|
@ -111,6 +111,7 @@ paths:
|
|||
- in: body
|
||||
name: body
|
||||
required: true
|
||||
description: New information for the device.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
|
@ -130,6 +131,8 @@ paths:
|
|||
type: object # empty json object
|
||||
404:
|
||||
description: The current user has no device with the given ID.
|
||||
tags:
|
||||
- Device management
|
||||
delete:
|
||||
summary: Delete a device
|
||||
description: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue