DEV: Update create user w/ custom fields api docs (#30133)

Since the example specifies json use a json formatted example instead of
form-data.

https://meta.discourse.org/t/161413/5
This commit is contained in:
Blake Erickson 2024-12-05 12:28:48 -07:00 committed by GitHub
parent 4a5a499d94
commit 2d8a62aec1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,14 @@
"approved": {
"type": "boolean"
},
"user_fields[1]": {
"type": "boolean"
"user_fields": {
"type": "object",
"additionalProperties": true,
"properties": {
"1": {
"type": "boolean"
}
}
},
"external_ids": {
"type": "object"