Skip to content
Snippets Groups Projects

update: Add mxid field, remove deprecated fields from accounts api model

Merged Martin Lowe requested to merge malowe/main/mxid into main
1 unresolved thread
8 files
+ 27
40
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 5
0
@@ -644,6 +644,11 @@ components:
@@ -644,6 +644,11 @@ components:
twitter_handle:
twitter_handle:
type: string
type: string
description: "The user's Twitter handle."
description: "The user's Twitter handle."
 
mxid:
 
oneOf:
 
- type: string
 
- type: "null"
 
description: "The user's matrix ID, if it exists"
org:
org:
oneOf:
oneOf:
- type: string
- type: string
Loading