Skip to content

Commit

Permalink
feat: IamApi create user performance options returnResult, setupHomeD…
Browse files Browse the repository at this point in the history
…ir -> openapi
  • Loading branch information
Daniel Rudolph committed Aug 23, 2024
1 parent e177cec commit 43b320e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Backend/services/rest/api/src/main/resources/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -17920,6 +17920,24 @@
"schema": {
"type": "string"
}
},
{
"description": "returnResult, if true the created person object will be returned.",
"in": "query",
"name": "returnResult",
"schema": {
"default": true,
"type": "boolean"
}
},
{
"description": "setupHomeDir, if true the created persons homedir will be setup with the default folders.",
"in": "query",
"name": "setupHomeDir",
"schema": {
"default": true,
"type": "boolean"
}
}
],
"requestBody": {
Expand Down

0 comments on commit 43b320e

Please sign in to comment.