Ensure more uniqueness for generated HTML IDs (#1881)
* Include method in all API endpoint children's IDs Avoids duplicate IDs for object of endpoints that use the same path but a different method. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Differentiate API endpoints' request and response children's IDs Ensures that the objects have a unique ID compared to other parts of the endpoint. Mostly useful for the Error type that can be used for responses with different status codes. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Differentiate the names of both SessionData formats Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
8ef84d1cc7
commit
094e25b6cd
7 changed files with 11 additions and 7 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
type: object
|
||||
title: SessionData
|
||||
title: BackedUpSessionData
|
||||
description: |-
|
||||
The format of a backed-up session key, prior to encryption, when using the
|
||||
`m.megolm_backup.v1.curve25519-aes-sha2` algorithm.
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
allOf:
|
||||
- $ref: key_backup_session_data.yaml
|
||||
- type: object
|
||||
title: ExportedSessionData
|
||||
description: |-
|
||||
The format used to encode a Megolm session key for export.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue