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
12345678910111213141516
  1. # Hook
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **active** | **bool** | | [optional] [default to null]
  6. **config** | **::std::collections::HashMap<String, String>** | | [optional] [default to null]
  7. **created_at** | **String** | | [optional] [default to null]
  8. **events** | **Vec<String>** | | [optional] [default to null]
  9. **id** | **i64** | | [optional] [default to null]
  10. **_type** | **String** | | [optional] [default to null]
  11. **updated_at** | **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)