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.

CreateOrgOption.md 818B

4 anni fa
12345678910111213141516
  1. # CreateOrgOption
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **description** | **String** | | [optional] [default to null]
  6. **full_name** | **String** | | [optional] [default to null]
  7. **location** | **String** | | [optional] [default to null]
  8. **repo_admin_change_team_access** | **bool** | | [optional] [default to null]
  9. **username** | **String** | | [default to null]
  10. **visibility** | **String** | possible values are `public` (default), `limited` or `private` | [optional] [default to null]
  11. **website** | **String** | | [optional] [default to null]
  12. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)