Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Este repositorio está archivado. Puede ver los archivos y clonarlo, pero no puede subir cambios o reportar incidencias ni pedir Pull Requests.

hace 4 años
1234567891011121314151617
  1. # EditIssueOption
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **assignee** | **String** | | [optional] [default to null]
  6. **assignees** | **Vec<String>** | | [optional] [default to null]
  7. **body** | **String** | | [optional] [default to null]
  8. **due_date** | **String** | | [optional] [default to null]
  9. **milestone** | **i64** | | [optional] [default to null]
  10. **state** | **String** | | [optional] [default to null]
  11. **title** | **String** | | [optional] [default to null]
  12. **unset_due_date** | **bool** | | [optional] [default to null]
  13. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)