Skip to content

Commit efebba6

Browse files
committed
result may also include signatures
1 parent be01eeb commit efebba6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

api/client-server/keys.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

api/server-server/user_keys.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)