Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
25개 이상의 토픽을 선택하실 수 없습니다. 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.

EditPullRequestOption.md 837B

4 년 전
123456789101112131415161718
  1. # EditPullRequestOption
  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. **labels** | **Vec<i64>** | | [optional] [default to null]
  10. **milestone** | **i64** | | [optional] [default to null]
  11. **state** | **String** | | [optional] [default to null]
  12. **title** | **String** | | [optional] [default to null]
  13. **unset_due_date** | **bool** | | [optional] [default to null]
  14. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)