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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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"