Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

MigrateRepoForm.md 1.1KB

4 years ago
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)