Implement profile updates

This commit is contained in:
Paul Frazee 2022-11-11 14:15:43 -06:00
parent fe52d19c48
commit 38ed9a7943
9 changed files with 24 additions and 33 deletions

View file

@ -11770,6 +11770,9 @@ var methodSchemaDict = {
schema: {
type: "object",
properties: {
did: {
type: "string"
},
displayName: {
type: "string",
maxLength: 64