Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: add username to changeable attributes (DSP-1895) (#1904)
* add username to changeable attributes list in code documentation

* add username to changeable attributes list in docstring
  • Loading branch information
irinaschubert committed Sep 13, 2021
1 parent b1c22c0 commit 719cd0d
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 476 deletions.
2 changes: 1 addition & 1 deletion docs/03-apis/api-admin/users.md
Expand Up @@ -111,7 +111,7 @@ specified by the `id` in the request body as below:
### Update basic user information**

- Required permission: SystemAdmin / self
- Changeable information: email, given name, family name,
- Changeable information: username, email, given name, family name,
password, status, SystemAdmin membership
- TypeScript Docs: userFormats - ChangeUserApiRequestADM
- PUT: `/admin/users/iri/<userIri>/BasicUserInformation`
Expand Down

0 comments on commit 719cd0d

Please sign in to comment.