mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 13:34:00 +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": {
|
"approved": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"user_fields[1]": {
|
"user_fields": {
|
||||||
"type": "boolean"
|
"type": "object",
|
||||||
|
"additionalProperties": true,
|
||||||
|
"properties": {
|
||||||
|
"1": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"external_ids": {
|
"external_ids": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user