DEV: Add description for active param on create user api docs (#18753)
The `active` param on the create user endpoint requires that an api key is used in the request header otherwise it is ignored, so adding this distinction to the api docs.
This commit is contained in:
parent
d3663a143b
commit
f78ea9926b
|
@ -14,7 +14,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
"type": "boolean",
|
||||
"description": "This param requires an api key in the request header or it will be ignored"
|
||||
},
|
||||
"approved": {
|
||||
"type": "boolean"
|
||||
|
|
Loading…
Reference in New Issue