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:
Blake Erickson
2022-10-25 18:24:54 -06:00
committed by GitHub
parent d3663a143b
commit f78ea9926b

View File

@ -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"