mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
Synchronizing API and documentation updates
This commit is contained in:
+2
-2
@@ -3255,7 +3255,7 @@ Token.setApiKey("YOUR API KEY");
|
||||
IssueApi apiInstance = new IssueApi();
|
||||
String owner = "owner_example"; // String | owner of the repo
|
||||
String repo = "repo_example"; // String | name of the repo
|
||||
String state = "state_example"; // String | Milestone state, Recognised values are open, closed and all. Defaults to \"open\"
|
||||
String state = "state_example"; // String | Milestone state, Recognized values are open, closed and all. Defaults to \"open\"
|
||||
String name = "name_example"; // String | filter by milestone name
|
||||
Integer page = 56; // Integer | page number of results to return (1-based)
|
||||
Integer limit = 56; // Integer | page size of results
|
||||
@@ -3274,7 +3274,7 @@ Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**owner** | **String**| owner of the repo |
|
||||
**repo** | **String**| name of the repo |
|
||||
**state** | **String**| Milestone state, Recognised values are open, closed and all. Defaults to \"open\" | [optional]
|
||||
**state** | **String**| Milestone state, Recognized values are open, closed and all. Defaults to \"open\" | [optional]
|
||||
**name** | **String**| filter by milestone name | [optional]
|
||||
**page** | **Integer**| page number of results to return (1-based) | [optional]
|
||||
**limit** | **Integer**| page size of results | [optional]
|
||||
|
||||
@@ -579,7 +579,7 @@ public interface IssueApi {
|
||||
*
|
||||
* @param owner owner of the repo (required)
|
||||
* @param repo name of the repo (required)
|
||||
* @param state Milestone state, Recognised values are open, closed and all. Defaults to
|
||||
* @param state Milestone state, Recognized values are open, closed and all. Defaults to
|
||||
* \"open\" (optional)
|
||||
* @param name filter by milestone name (optional)
|
||||
* @param page page number of results to return (1-based) (optional)
|
||||
|
||||
Reference in New Issue
Block a user