From 38ed9a794353ae89c5c311dcecab00f0313ec675 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 11 Nov 2022 14:15:43 -0600 Subject: Implement profile updates --- src/third-party/api/index.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/third-party/api/index.js') diff --git a/src/third-party/api/index.js b/src/third-party/api/index.js index d7aea65fa..d32c04ed6 100644 --- a/src/third-party/api/index.js +++ b/src/third-party/api/index.js @@ -11770,6 +11770,9 @@ var methodSchemaDict = { schema: { type: "object", properties: { + did: { + type: "string" + }, displayName: { type: "string", maxLength: 64 -- cgit 1.4.1