DEV: Fix user update api docs (#23047)

This commit is contained in:
Blake Erickson
2023-08-09 16:56:10 -06:00
committed by GitHub
parent d314580c09
commit 8ce7f260d7

View File

@@ -4,12 +4,6 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"email": {
"type": "string"
},
"password": {
"type": "string"
},
"external_ids": { "external_ids": {
"type": "object" "type": "object"
} }