Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

CreateUserOption.md 750B

il y a 4 ans
1234567891011121314151617
  1. # CreateUserOption
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **email** | **String** | | [default to null]
  6. **full_name** | **String** | | [optional] [default to null]
  7. **login_name** | **String** | | [optional] [default to null]
  8. **must_change_password** | **bool** | | [optional] [default to null]
  9. **password** | **String** | | [default to null]
  10. **send_notify** | **bool** | | [optional] [default to null]
  11. **source_id** | **i64** | | [optional] [default to null]
  12. **username** | **String** | | [default to null]
  13. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)