Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

750B

CreateUserOption

Properties

Name Type Description Notes
email String [default to null]
full_name String [optional] [default to null]
login_name String [optional] [default to null]
must_change_password bool [optional] [default to null]
password String [default to null]
send_notify bool [optional] [default to null]
source_id i64 [optional] [default to null]
username String [default to null]

[Back to Model list] [Back to API list] [Back to README]