result may also include signatures
This commit is contained in:
parent
be01eebf8f
commit
efebba62de
2 changed files with 6 additions and 2 deletions
|
@ -240,7 +240,9 @@ paths:
|
||||||
Information on the master cross-signing keys of the queried users.
|
Information on the master cross-signing keys of the queried users.
|
||||||
A map from user ID, to master key information. For each key, the
|
A map from user ID, to master key information. For each key, the
|
||||||
information returned will be the same as uploaded via
|
information returned will be the same as uploaded via
|
||||||
``/keys/device_signing/upload``.
|
``/keys/device_signing/upload``, along with the signatures
|
||||||
|
uploaded via ``/keys/signatures/upload`` that the requesting user
|
||||||
|
is allowed to see.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: definitions/cross_signing_key.yaml
|
- $ref: definitions/cross_signing_key.yaml
|
||||||
|
|
|
@ -184,7 +184,9 @@ paths:
|
||||||
Information on the master cross-signing keys of the queried users.
|
Information on the master cross-signing keys of the queried users.
|
||||||
A map from user ID, to master key information. For each key, the
|
A map from user ID, to master key information. For each key, the
|
||||||
information returned will be the same as uploaded via
|
information returned will be the same as uploaded via
|
||||||
``/keys/device_signing/upload``.
|
``/keys/device_signing/upload``, along with the signatures
|
||||||
|
uploaded via ``/keys/signatures/upload`` that the user is
|
||||||
|
allowed to see.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: ../client-server/definitions/cross_signing_key.yaml
|
- $ref: ../client-server/definitions/cross_signing_key.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue