File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,9 @@ paths:
240240 Information on the master cross-signing keys of the queried users.
241241 A map from user ID, to master key information. For each key, the
242242 information returned will be the same as uploaded via
243- ``/keys/device_signing/upload``.
243+ ``/keys/device_signing/upload``, along with the signatures
244+ uploaded via ``/keys/signatures/upload`` that the requesting user
245+ is allowed to see.
244246 additionalProperties :
245247 allOf :
246248 - $ref : definitions/cross_signing_key.yaml
Original file line number Diff line number Diff line change @@ -184,7 +184,9 @@ paths:
184184 Information on the master cross-signing keys of the queried users.
185185 A map from user ID, to master key information. For each key, the
186186 information returned will be the same as uploaded via
187- ``/keys/device_signing/upload``.
187+ ``/keys/device_signing/upload``, along with the signatures
188+ uploaded via ``/keys/signatures/upload`` that the user is
189+ allowed to see.
188190 additionalProperties :
189191 allOf :
190192 - $ref : ../client-server/definitions/cross_signing_key.yaml
You can’t perform that action at this time.
0 commit comments