Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.

pirms 4 gadiem
1234567891011121314151617181920212223
  1. # Release
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **assets** | [**Vec<::models::Attachment>**](Attachment.md) | | [optional] [default to null]
  6. **author** | [***::models::User**](User.md) | | [optional] [default to null]
  7. **body** | **String** | | [optional] [default to null]
  8. **created_at** | **String** | | [optional] [default to null]
  9. **draft** | **bool** | | [optional] [default to null]
  10. **id** | **i64** | | [optional] [default to null]
  11. **name** | **String** | | [optional] [default to null]
  12. **prerelease** | **bool** | | [optional] [default to null]
  13. **published_at** | **String** | | [optional] [default to null]
  14. **tag_name** | **String** | | [optional] [default to null]
  15. **tarball_url** | **String** | | [optional] [default to null]
  16. **target_commitish** | **String** | | [optional] [default to null]
  17. **url** | **String** | | [optional] [default to null]
  18. **zipball_url** | **String** | | [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)