diff options
Diffstat (limited to 'jb-ui/src/api_fsb/docs/UserProfileUpdateRequest.md')
| -rw-r--r-- | jb-ui/src/api_fsb/docs/UserProfileUpdateRequest.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/UserProfileUpdateRequest.md b/jb-ui/src/api_fsb/docs/UserProfileUpdateRequest.md new file mode 100644 index 0000000..6527d91 --- /dev/null +++ b/jb-ui/src/api_fsb/docs/UserProfileUpdateRequest.md @@ -0,0 +1,20 @@ +# UserProfileUpdateRequest + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**email_address** | **string** | | [default to undefined] + +## Example + +```typescript +import { UserProfileUpdateRequest } from './api'; + +const instance: UserProfileUpdateRequest = { + email_address, +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
