|
|
@ -68,6 +68,7 @@ paths:
|
|
|
|
description: The address of the 3pid being looked up.
|
|
|
|
description: The address of the 3pid being looked up.
|
|
|
|
validated_at:
|
|
|
|
validated_at:
|
|
|
|
type: integer
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
format: int64
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
Timestamp, in milliseconds, indicating the time that the 3pid
|
|
|
|
Timestamp, in milliseconds, indicating the time that the 3pid
|
|
|
|
was validated.
|
|
|
|
was validated.
|
|
|
@ -174,12 +175,15 @@ paths:
|
|
|
|
description: The Matrix user ID associated with the 3pid.
|
|
|
|
description: The Matrix user ID associated with the 3pid.
|
|
|
|
not_before:
|
|
|
|
not_before:
|
|
|
|
type: integer
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
format: int64
|
|
|
|
description: A unix timestamp before which the association is not known to be valid.
|
|
|
|
description: A unix timestamp before which the association is not known to be valid.
|
|
|
|
not_after:
|
|
|
|
not_after:
|
|
|
|
type: integer
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
format: int64
|
|
|
|
description: A unix timestamp after which the association is not known to be valid.
|
|
|
|
description: A unix timestamp after which the association is not known to be valid.
|
|
|
|
ts:
|
|
|
|
ts:
|
|
|
|
type: integer
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
format: int64
|
|
|
|
description: The unix timestamp at which the association was verified.
|
|
|
|
description: The unix timestamp at which the association was verified.
|
|
|
|
signatures:
|
|
|
|
signatures:
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|