Update generate.sh spec URL

This commit is contained in:
Foorack / Max Faxälv
2022-12-06 23:19:47 +01:00
parent a4cf1025e0
commit 178e74b886
8 changed files with 63 additions and 4 deletions

View File

@ -0,0 +1,13 @@
# AccountDeletionLog
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | Option<**String**> | Typically \"Deletion requested\" or \"Deletion canceled\". Other messages like \"Deletion completed\" may exist, but are these are not possible to see as a regular user. | [optional][default to Deletion requested]
**deletion_scheduled** | Option<**String**> | When the deletion is scheduled to happen, standard is 14 days after the request. | [optional]
**date_time** | Option<**String**> | Date and time of the deletion request. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -6,10 +6,11 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accepted_tos_version** | **i32** | |
**account_deletion_date** | Option<[**String**](string.md)> | | [optional]
**active_friends** | Option<**Vec<String>**> | | [optional]
**account_deletion_log** | Option<[**Vec<crate::models::AccountDeletionLog>**](AccountDeletionLog.md)> | | [optional]
**active_friends** | Option<**Vec<String>**> | | [optional]
**allow_avatar_copying** | **bool** | |
**bio** | **String** | |
**bio_links** | **Vec<String>** | |
**bio_links** | **Vec<String>** | |
**current_avatar** | **String** | |
**current_avatar_asset_url** | **String** | |
**current_avatar_image_url** | **String** | When profilePicOverride is not empty, use it instead. |