Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

MigrateRepoForm.md 1.1KB

vor 4 Jahren
1234567891011121314151617181920212223
  1. # MigrateRepoForm
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **auth_password** | **String** | | [optional] [default to null]
  6. **auth_username** | **String** | | [optional] [default to null]
  7. **clone_addr** | **String** | | [default to null]
  8. **description** | **String** | | [optional] [default to null]
  9. **issues** | **bool** | | [optional] [default to null]
  10. **labels** | **bool** | | [optional] [default to null]
  11. **milestones** | **bool** | | [optional] [default to null]
  12. **mirror** | **bool** | | [optional] [default to null]
  13. **private** | **bool** | | [optional] [default to null]
  14. **pull_requests** | **bool** | | [optional] [default to null]
  15. **releases** | **bool** | | [optional] [default to null]
  16. **repo_name** | **String** | | [default to null]
  17. **uid** | **i64** | | [default to null]
  18. **wiki** | **bool** | | [optional] [default to null]
  19. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)