Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2022-06-13 22:01:30 +00:00
parent 51eba76a68
commit 75f2f19d65
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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)