Skip to content

Commit

Permalink
Update security.put_user
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor committed Sep 28, 2021
1 parent 4729396 commit d597d94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion specification/security/put_user/SecurityPutUserRequest.ts
Expand Up @@ -27,7 +27,10 @@ import { Metadata, Password, Refresh, Username } from '@_types/common'
*/
export interface Request extends RequestBase {
path_parts: {
username: Username
// this should be required, but since it's present in the body
// as well, it could cause issues with code generators,
// thus let's mark it as optional.
username?: Username
}
query_parameters: {
refresh?: Refresh
Expand Down

0 comments on commit d597d94

Please sign in to comment.