429 | Rate Limiting | * X-Rate-Limit-Limit - * X-Rate-Limit-Remaining - * X-Rate-Limit-Reset - |
*/
- public okhttp3.Call tagsListCall(String projectId, String xPhraseAppOTP, Integer page, Integer perPage, String branch, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call tagsListCall(String projectId, String xPhraseAppOTP, Integer page, Integer perPage, Boolean excludeSystemTags, String branch, final ApiCallback _callback) throws ApiException {
Object localVarPostBody = null;
// create path and map variables
@@ -525,6 +526,10 @@ public okhttp3.Call tagsListCall(String projectId, String xPhraseAppOTP, Integer
localVarQueryParams.addAll(localVarApiClient.parameterToPair("per_page", perPage));
}
+ if (excludeSystemTags != null) {
+ localVarQueryParams.addAll(localVarApiClient.parameterToPair("exclude_system_tags", excludeSystemTags));
+ }
+
if (branch != null) {
localVarQueryParams.addAll(localVarApiClient.parameterToPair("branch", branch));
}
@@ -555,7 +560,7 @@ public okhttp3.Call tagsListCall(String projectId, String xPhraseAppOTP, Integer
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call tagsListValidateBeforeCall(String projectId, String xPhraseAppOTP, Integer page, Integer perPage, String branch, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call tagsListValidateBeforeCall(String projectId, String xPhraseAppOTP, Integer page, Integer perPage, Boolean excludeSystemTags, String branch, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'projectId' is set
if (projectId == null) {
@@ -563,7 +568,7 @@ private okhttp3.Call tagsListValidateBeforeCall(String projectId, String xPhrase
}
- okhttp3.Call localVarCall = tagsListCall(projectId, xPhraseAppOTP, page, perPage, branch, _callback);
+ okhttp3.Call localVarCall = tagsListCall(projectId, xPhraseAppOTP, page, perPage, excludeSystemTags, branch, _callback);
return localVarCall;
}
@@ -575,6 +580,7 @@ private okhttp3.Call tagsListValidateBeforeCall(String projectId, String xPhrase
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param page Page number (optional)
* @param perPage Limit on the number of objects to be returned, between 1 and 100. 25 by default (optional)
+ * @param excludeSystemTags excludes tags generated by the system, e.g. job, upload or figma tags (optional)
* @param branch specify the branch to use (optional)
* @return List<Tag>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -587,8 +593,8 @@ private okhttp3.Call tagsListValidateBeforeCall(String projectId, String xPhrase