mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 11:03:54 +08:00
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:
parent
4a5a499d94
commit
2d8a62aec1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user