phrase 2.8.2 → 2.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/docs/AccountsApi.md +2 -2
- data/docs/AuthorizationsApi.md +2 -2
- data/docs/BlacklistedKeysApi.md +2 -2
- data/docs/BranchesApi.md +2 -2
- data/docs/CommentsApi.md +2 -2
- data/docs/DistributionsApi.md +2 -2
- data/docs/DocumentsApi.md +2 -2
- data/docs/GitLabSyncApi.md +2 -2
- data/docs/GlossariesApi.md +2 -2
- data/docs/GlossaryTermsApi.md +2 -2
- data/docs/InvitationsApi.md +2 -2
- data/docs/JobLocalesApi.md +2 -2
- data/docs/JobTemplateLocalesApi.md +2 -2
- data/docs/JobTemplatesApi.md +2 -2
- data/docs/JobsApi.md +4 -4
- data/docs/KeysApi.md +4 -4
- data/docs/LocalesApi.md +4 -4
- data/docs/MembersApi.md +2 -2
- data/docs/NotificationGroupsApi.md +2 -2
- data/docs/NotificationsApi.md +4 -2
- data/docs/OrdersApi.md +2 -2
- data/docs/ProjectsApi.md +2 -2
- data/docs/ReleasesApi.md +2 -2
- data/docs/ScreenshotMarkersApi.md +2 -2
- data/docs/ScreenshotsApi.md +2 -2
- data/docs/SpacesApi.md +4 -4
- data/docs/StyleGuidesApi.md +2 -2
- data/docs/TagsApi.md +2 -2
- data/docs/TeamsApi.md +2 -2
- data/docs/TranslationsApi.md +8 -8
- data/docs/UploadsApi.md +2 -2
- data/docs/VariablesApi.md +2 -2
- data/docs/VersionsHistoryApi.md +2 -2
- data/docs/WebhooksApi.md +2 -2
- data/lib/phrase/api/accounts_api.rb +2 -2
- data/lib/phrase/api/authorizations_api.rb +2 -2
- data/lib/phrase/api/blacklisted_keys_api.rb +2 -2
- data/lib/phrase/api/branches_api.rb +2 -2
- data/lib/phrase/api/comments_api.rb +2 -2
- data/lib/phrase/api/distributions_api.rb +2 -2
- data/lib/phrase/api/documents_api.rb +2 -2
- data/lib/phrase/api/git_lab_sync_api.rb +2 -2
- data/lib/phrase/api/glossaries_api.rb +2 -2
- data/lib/phrase/api/glossary_terms_api.rb +2 -2
- data/lib/phrase/api/invitations_api.rb +2 -2
- data/lib/phrase/api/job_locales_api.rb +2 -2
- data/lib/phrase/api/job_template_locales_api.rb +2 -2
- data/lib/phrase/api/job_templates_api.rb +2 -2
- data/lib/phrase/api/jobs_api.rb +4 -4
- data/lib/phrase/api/keys_api.rb +4 -4
- data/lib/phrase/api/locales_api.rb +4 -4
- data/lib/phrase/api/members_api.rb +2 -2
- data/lib/phrase/api/notification_groups_api.rb +2 -2
- data/lib/phrase/api/notifications_api.rb +5 -2
- data/lib/phrase/api/orders_api.rb +2 -2
- data/lib/phrase/api/projects_api.rb +2 -2
- data/lib/phrase/api/releases_api.rb +2 -2
- data/lib/phrase/api/screenshot_markers_api.rb +2 -2
- data/lib/phrase/api/screenshots_api.rb +2 -2
- data/lib/phrase/api/spaces_api.rb +4 -4
- data/lib/phrase/api/style_guides_api.rb +2 -2
- data/lib/phrase/api/tags_api.rb +2 -2
- data/lib/phrase/api/teams_api.rb +2 -2
- data/lib/phrase/api/translations_api.rb +8 -8
- data/lib/phrase/api/uploads_api.rb +2 -2
- data/lib/phrase/api/variables_api.rb +2 -2
- data/lib/phrase/api/versions_history_api.rb +2 -2
- data/lib/phrase/api/webhooks_api.rb +2 -2
- data/lib/phrase/version.rb +1 -1
- data/spec/api/accounts_api_spec.rb +1 -1
- data/spec/api/authorizations_api_spec.rb +1 -1
- data/spec/api/blacklisted_keys_api_spec.rb +1 -1
- data/spec/api/branches_api_spec.rb +1 -1
- data/spec/api/comments_api_spec.rb +1 -1
- data/spec/api/distributions_api_spec.rb +1 -1
- data/spec/api/documents_api_spec.rb +1 -1
- data/spec/api/git_lab_sync_api_spec.rb +1 -1
- data/spec/api/glossaries_api_spec.rb +1 -1
- data/spec/api/glossary_terms_api_spec.rb +1 -1
- data/spec/api/invitations_api_spec.rb +1 -1
- data/spec/api/job_locales_api_spec.rb +1 -1
- data/spec/api/job_template_locales_api_spec.rb +1 -1
- data/spec/api/job_templates_api_spec.rb +1 -1
- data/spec/api/jobs_api_spec.rb +2 -2
- data/spec/api/keys_api_spec.rb +2 -2
- data/spec/api/locales_api_spec.rb +2 -2
- data/spec/api/members_api_spec.rb +1 -1
- data/spec/api/notification_groups_api_spec.rb +1 -1
- data/spec/api/notifications_api_spec.rb +2 -1
- data/spec/api/orders_api_spec.rb +1 -1
- data/spec/api/projects_api_spec.rb +1 -1
- data/spec/api/releases_api_spec.rb +1 -1
- data/spec/api/screenshot_markers_api_spec.rb +1 -1
- data/spec/api/screenshots_api_spec.rb +1 -1
- data/spec/api/spaces_api_spec.rb +2 -2
- data/spec/api/style_guides_api_spec.rb +1 -1
- data/spec/api/tags_api_spec.rb +1 -1
- data/spec/api/teams_api_spec.rb +1 -1
- data/spec/api/translations_api_spec.rb +4 -4
- data/spec/api/uploads_api_spec.rb +1 -1
- data/spec/api/variables_api_spec.rb +1 -1
- data/spec/api/versions_history_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- metadata +2 -2
data/docs/StyleGuidesApi.md
CHANGED
|
@@ -294,7 +294,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
294
294
|
opts = {
|
|
295
295
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
296
296
|
page: 1, # Integer | Page number
|
|
297
|
-
per_page: 25 # Integer |
|
|
297
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
298
298
|
}
|
|
299
299
|
|
|
300
300
|
begin
|
|
@@ -314,7 +314,7 @@ Name | Type | Description | Notes
|
|
|
314
314
|
**project_id** | **String**| Project ID |
|
|
315
315
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
316
316
|
**page** | **Integer**| Page number | [optional]
|
|
317
|
-
**per_page** | **Integer**|
|
|
317
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
318
318
|
|
|
319
319
|
### Return type
|
|
320
320
|
|
data/docs/TagsApi.md
CHANGED
|
@@ -232,7 +232,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
232
232
|
opts = {
|
|
233
233
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
234
234
|
page: 1, # Integer | Page number
|
|
235
|
-
per_page: 25, # Integer |
|
|
235
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
236
236
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
237
237
|
}
|
|
238
238
|
|
|
@@ -253,7 +253,7 @@ Name | Type | Description | Notes
|
|
|
253
253
|
**project_id** | **String**| Project ID |
|
|
254
254
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
255
255
|
**page** | **Integer**| Page number | [optional]
|
|
256
|
-
**per_page** | **Integer**|
|
|
256
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
257
257
|
**branch** | **String**| specify the branch to use | [optional]
|
|
258
258
|
|
|
259
259
|
### Return type
|
data/docs/TeamsApi.md
CHANGED
|
@@ -300,7 +300,7 @@ account_id = 'account_id_example' # String | Account ID
|
|
|
300
300
|
opts = {
|
|
301
301
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
302
302
|
page: 1, # Integer | Page number
|
|
303
|
-
per_page: 25 # Integer |
|
|
303
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
begin
|
|
@@ -320,7 +320,7 @@ Name | Type | Description | Notes
|
|
|
320
320
|
**account_id** | **String**| Account ID |
|
|
321
321
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
322
322
|
**page** | **Integer**| Page number | [optional]
|
|
323
|
-
**per_page** | **Integer**|
|
|
323
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
324
324
|
|
|
325
325
|
### Return type
|
|
326
326
|
|
data/docs/TranslationsApi.md
CHANGED
|
@@ -572,7 +572,7 @@ key_id = 'key_id_example' # String | Translation Key ID
|
|
|
572
572
|
opts = {
|
|
573
573
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
574
574
|
page: 1, # Integer | Page number
|
|
575
|
-
per_page: 25, # Integer |
|
|
575
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
576
576
|
branch: 'my-feature-branch', # String | specify the branch to use
|
|
577
577
|
sort: 'updated_at', # String | Sort criteria. Can be one of: key_name, created_at, updated_at.
|
|
578
578
|
order: 'desc', # String | Order direction. Can be one of: asc, desc.
|
|
@@ -597,7 +597,7 @@ Name | Type | Description | Notes
|
|
|
597
597
|
**key_id** | **String**| Translation Key ID |
|
|
598
598
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
599
599
|
**page** | **Integer**| Page number | [optional]
|
|
600
|
-
**per_page** | **Integer**|
|
|
600
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
601
601
|
**branch** | **String**| specify the branch to use | [optional]
|
|
602
602
|
**sort** | **String**| Sort criteria. Can be one of: key_name, created_at, updated_at. | [optional]
|
|
603
603
|
**order** | **String**| Order direction. Can be one of: asc, desc. | [optional]
|
|
@@ -647,7 +647,7 @@ locale_id = 'locale_id_example' # String | Locale ID
|
|
|
647
647
|
opts = {
|
|
648
648
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
649
649
|
page: 1, # Integer | Page number
|
|
650
|
-
per_page: 25, # Integer |
|
|
650
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
651
651
|
branch: 'my-feature-branch', # String | specify the branch to use
|
|
652
652
|
sort: 'updated_at', # String | Sort criteria. Can be one of: key_name, created_at, updated_at.
|
|
653
653
|
order: 'desc', # String | Order direction. Can be one of: asc, desc.
|
|
@@ -672,7 +672,7 @@ Name | Type | Description | Notes
|
|
|
672
672
|
**locale_id** | **String**| Locale ID |
|
|
673
673
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
674
674
|
**page** | **Integer**| Page number | [optional]
|
|
675
|
-
**per_page** | **Integer**|
|
|
675
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
676
676
|
**branch** | **String**| specify the branch to use | [optional]
|
|
677
677
|
**sort** | **String**| Sort criteria. Can be one of: key_name, created_at, updated_at. | [optional]
|
|
678
678
|
**order** | **String**| Order direction. Can be one of: asc, desc. | [optional]
|
|
@@ -847,7 +847,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
847
847
|
opts = {
|
|
848
848
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
849
849
|
page: 1, # Integer | Page number
|
|
850
|
-
per_page: 25, # Integer |
|
|
850
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
851
851
|
branch: 'my-feature-branch', # String | specify the branch to use
|
|
852
852
|
sort: 'updated_at', # String | Sort criteria. Can be one of: key_name, created_at, updated_at.
|
|
853
853
|
order: 'desc', # String | Order direction. Can be one of: asc, desc.
|
|
@@ -871,7 +871,7 @@ Name | Type | Description | Notes
|
|
|
871
871
|
**project_id** | **String**| Project ID |
|
|
872
872
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
873
873
|
**page** | **Integer**| Page number | [optional]
|
|
874
|
-
**per_page** | **Integer**|
|
|
874
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
875
875
|
**branch** | **String**| specify the branch to use | [optional]
|
|
876
876
|
**sort** | **String**| Sort criteria. Can be one of: key_name, created_at, updated_at. | [optional]
|
|
877
877
|
**order** | **String**| Order direction. Can be one of: asc, desc. | [optional]
|
|
@@ -984,7 +984,7 @@ translations_search_parameters = Phrase::TranslationsSearchParameters.new # Tran
|
|
|
984
984
|
opts = {
|
|
985
985
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
986
986
|
page: 1, # Integer | Page number
|
|
987
|
-
per_page: 25 # Integer |
|
|
987
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
988
988
|
}
|
|
989
989
|
|
|
990
990
|
begin
|
|
@@ -1005,7 +1005,7 @@ Name | Type | Description | Notes
|
|
|
1005
1005
|
**translations_search_parameters** | [**TranslationsSearchParameters**](TranslationsSearchParameters.md)| |
|
|
1006
1006
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
1007
1007
|
**page** | **Integer**| Page number | [optional]
|
|
1008
|
-
**per_page** | **Integer**|
|
|
1008
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
1009
1009
|
|
|
1010
1010
|
### Return type
|
|
1011
1011
|
|
data/docs/UploadsApi.md
CHANGED
|
@@ -195,7 +195,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
195
195
|
opts = {
|
|
196
196
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
197
197
|
page: 1, # Integer | Page number
|
|
198
|
-
per_page: 25, # Integer |
|
|
198
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
199
199
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
200
200
|
}
|
|
201
201
|
|
|
@@ -216,7 +216,7 @@ Name | Type | Description | Notes
|
|
|
216
216
|
**project_id** | **String**| Project ID |
|
|
217
217
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
218
218
|
**page** | **Integer**| Page number | [optional]
|
|
219
|
-
**per_page** | **Integer**|
|
|
219
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
220
220
|
**branch** | **String**| specify the branch to use | [optional]
|
|
221
221
|
|
|
222
222
|
### Return type
|
data/docs/VariablesApi.md
CHANGED
|
@@ -294,7 +294,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
294
294
|
opts = {
|
|
295
295
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
296
296
|
page: 1, # Integer | Page number
|
|
297
|
-
per_page: 25 # Integer |
|
|
297
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
298
298
|
}
|
|
299
299
|
|
|
300
300
|
begin
|
|
@@ -314,7 +314,7 @@ Name | Type | Description | Notes
|
|
|
314
314
|
**project_id** | **String**| Project ID |
|
|
315
315
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
316
316
|
**page** | **Integer**| Page number | [optional]
|
|
317
|
-
**per_page** | **Integer**|
|
|
317
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
318
318
|
|
|
319
319
|
### Return type
|
|
320
320
|
|
data/docs/VersionsHistoryApi.md
CHANGED
|
@@ -106,7 +106,7 @@ translation_id = 'translation_id_example' # String | Translation ID
|
|
|
106
106
|
opts = {
|
|
107
107
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
108
108
|
page: 1, # Integer | Page number
|
|
109
|
-
per_page: 25, # Integer |
|
|
109
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
110
110
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
111
111
|
}
|
|
112
112
|
|
|
@@ -128,7 +128,7 @@ Name | Type | Description | Notes
|
|
|
128
128
|
**translation_id** | **String**| Translation ID |
|
|
129
129
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
130
130
|
**page** | **Integer**| Page number | [optional]
|
|
131
|
-
**per_page** | **Integer**|
|
|
131
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
132
132
|
**branch** | **String**| specify the branch to use | [optional]
|
|
133
133
|
|
|
134
134
|
### Return type
|
data/docs/WebhooksApi.md
CHANGED
|
@@ -357,7 +357,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
357
357
|
opts = {
|
|
358
358
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
359
359
|
page: 1, # Integer | Page number
|
|
360
|
-
per_page: 25 # Integer |
|
|
360
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
begin
|
|
@@ -377,7 +377,7 @@ Name | Type | Description | Notes
|
|
|
377
377
|
**project_id** | **String**| Project ID |
|
|
378
378
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
379
379
|
**page** | **Integer**| Page number | [optional]
|
|
380
|
-
**per_page** | **Integer**|
|
|
380
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
381
381
|
|
|
382
382
|
### Return type
|
|
383
383
|
|
|
@@ -78,7 +78,7 @@ module Phrase
|
|
|
78
78
|
# @param [Hash] opts the optional parameters
|
|
79
79
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
80
80
|
# @option opts [Integer] :page Page number
|
|
81
|
-
# @option opts [Integer] :per_page
|
|
81
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
82
82
|
# @return [Array<Account>]
|
|
83
83
|
def accounts_list(opts = {})
|
|
84
84
|
data, _status_code, _headers = accounts_list_with_http_info(opts)
|
|
@@ -90,7 +90,7 @@ module Phrase
|
|
|
90
90
|
# @param [Hash] opts the optional parameters
|
|
91
91
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
92
92
|
# @option opts [Integer] :page Page number
|
|
93
|
-
# @option opts [Integer] :per_page
|
|
93
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
94
94
|
# @return [Array<(Response<(Array<Account>)>, Integer, Hash)>] Response<(Array<Account>)> data, response status code and response headers
|
|
95
95
|
def accounts_list_with_http_info(opts = {})
|
|
96
96
|
if @api_client.config.debugging
|
|
@@ -284,7 +284,7 @@ module Phrase
|
|
|
284
284
|
# @param [Hash] opts the optional parameters
|
|
285
285
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
286
286
|
# @option opts [Integer] :page Page number
|
|
287
|
-
# @option opts [Integer] :per_page
|
|
287
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
288
288
|
# @return [Array<Authorization>]
|
|
289
289
|
def authorizations_list(opts = {})
|
|
290
290
|
data, _status_code, _headers = authorizations_list_with_http_info(opts)
|
|
@@ -296,7 +296,7 @@ module Phrase
|
|
|
296
296
|
# @param [Hash] opts the optional parameters
|
|
297
297
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
298
298
|
# @option opts [Integer] :page Page number
|
|
299
|
-
# @option opts [Integer] :per_page
|
|
299
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
300
300
|
# @return [Array<(Response<(Array<Authorization>)>, Integer, Hash)>] Response<(Array<Authorization>)> data, response status code and response headers
|
|
301
301
|
def authorizations_list_with_http_info(opts = {})
|
|
302
302
|
if @api_client.config.debugging
|
|
@@ -309,7 +309,7 @@ module Phrase
|
|
|
309
309
|
# @param [Hash] opts the optional parameters
|
|
310
310
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
311
311
|
# @option opts [Integer] :page Page number
|
|
312
|
-
# @option opts [Integer] :per_page
|
|
312
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
313
313
|
# @option opts [String] :branch specify the branch to use
|
|
314
314
|
# @return [Array<BlacklistedKey>]
|
|
315
315
|
def blacklisted_keys_list(project_id, opts = {})
|
|
@@ -323,7 +323,7 @@ module Phrase
|
|
|
323
323
|
# @param [Hash] opts the optional parameters
|
|
324
324
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
325
325
|
# @option opts [Integer] :page Page number
|
|
326
|
-
# @option opts [Integer] :per_page
|
|
326
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
327
327
|
# @option opts [String] :branch specify the branch to use
|
|
328
328
|
# @return [Array<(Response<(Array<BlacklistedKey>)>, Integer, Hash)>] Response<(Array<BlacklistedKey>)> data, response status code and response headers
|
|
329
329
|
def blacklisted_keys_list_with_http_info(project_id, opts = {})
|
|
@@ -457,7 +457,7 @@ module Phrase
|
|
|
457
457
|
# @param [Hash] opts the optional parameters
|
|
458
458
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
459
459
|
# @option opts [Integer] :page Page number
|
|
460
|
-
# @option opts [Integer] :per_page
|
|
460
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
461
461
|
# @return [Array<Branch>]
|
|
462
462
|
def branches_list(project_id, opts = {})
|
|
463
463
|
data, _status_code, _headers = branches_list_with_http_info(project_id, opts)
|
|
@@ -470,7 +470,7 @@ module Phrase
|
|
|
470
470
|
# @param [Hash] opts the optional parameters
|
|
471
471
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
472
472
|
# @option opts [Integer] :page Page number
|
|
473
|
-
# @option opts [Integer] :per_page
|
|
473
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
474
474
|
# @return [Array<(Response<(Array<Branch>)>, Integer, Hash)>] Response<(Array<Branch>)> data, response status code and response headers
|
|
475
475
|
def branches_list_with_http_info(project_id, opts = {})
|
|
476
476
|
if @api_client.config.debugging
|
|
@@ -582,7 +582,7 @@ module Phrase
|
|
|
582
582
|
# @param [Hash] opts the optional parameters
|
|
583
583
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
584
584
|
# @option opts [Integer] :page Page number
|
|
585
|
-
# @option opts [Integer] :per_page
|
|
585
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
586
586
|
# @option opts [String] :branch specify the branch to use
|
|
587
587
|
# @return [Array<Comment>]
|
|
588
588
|
def comments_list(project_id, key_id, opts = {})
|
|
@@ -597,7 +597,7 @@ module Phrase
|
|
|
597
597
|
# @param [Hash] opts the optional parameters
|
|
598
598
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
599
599
|
# @option opts [Integer] :page Page number
|
|
600
|
-
# @option opts [Integer] :per_page
|
|
600
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
601
601
|
# @option opts [String] :branch specify the branch to use
|
|
602
602
|
# @return [Array<(Response<(Array<Comment>)>, Integer, Hash)>] Response<(Array<Comment>)> data, response status code and response headers
|
|
603
603
|
def comments_list_with_http_info(project_id, key_id, opts = {})
|
|
@@ -309,7 +309,7 @@ module Phrase
|
|
|
309
309
|
# @param [Hash] opts the optional parameters
|
|
310
310
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
311
311
|
# @option opts [Integer] :page Page number
|
|
312
|
-
# @option opts [Integer] :per_page
|
|
312
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
313
313
|
# @return [Array<DistributionPreview>]
|
|
314
314
|
def distributions_list(account_id, opts = {})
|
|
315
315
|
data, _status_code, _headers = distributions_list_with_http_info(account_id, opts)
|
|
@@ -322,7 +322,7 @@ module Phrase
|
|
|
322
322
|
# @param [Hash] opts the optional parameters
|
|
323
323
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
324
324
|
# @option opts [Integer] :page Page number
|
|
325
|
-
# @option opts [Integer] :per_page
|
|
325
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
326
326
|
# @return [Array<(Response<(Array<DistributionPreview>)>, Integer, Hash)>] Response<(Array<DistributionPreview>)> data, response status code and response headers
|
|
327
327
|
def distributions_list_with_http_info(account_id, opts = {})
|
|
328
328
|
if @api_client.config.debugging
|
|
@@ -83,7 +83,7 @@ module Phrase
|
|
|
83
83
|
# @param [Hash] opts the optional parameters
|
|
84
84
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
85
85
|
# @option opts [Integer] :page Page number
|
|
86
|
-
# @option opts [Integer] :per_page
|
|
86
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
87
87
|
# @return [Array<Document>]
|
|
88
88
|
def documents_list(project_id, opts = {})
|
|
89
89
|
data, _status_code, _headers = documents_list_with_http_info(project_id, opts)
|
|
@@ -96,7 +96,7 @@ module Phrase
|
|
|
96
96
|
# @param [Hash] opts the optional parameters
|
|
97
97
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
98
98
|
# @option opts [Integer] :page Page number
|
|
99
|
-
# @option opts [Integer] :per_page
|
|
99
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
100
100
|
# @return [Array<(Response<(Array<Document>)>, Integer, Hash)>] Response<(Array<Document>)> data, response status code and response headers
|
|
101
101
|
def documents_list_with_http_info(project_id, opts = {})
|
|
102
102
|
if @api_client.config.debugging
|
|
@@ -154,7 +154,7 @@ module Phrase
|
|
|
154
154
|
# @param [Hash] opts the optional parameters
|
|
155
155
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
156
156
|
# @option opts [Integer] :page Page number
|
|
157
|
-
# @option opts [Integer] :per_page
|
|
157
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
158
158
|
# @option opts [String] :account_id Account ID to specify the actual account the GitLab Sync should be created in. Required if the requesting user is a member of multiple accounts.
|
|
159
159
|
# @return [Array<GitlabSyncHistory>]
|
|
160
160
|
def gitlab_sync_history(gitlab_sync_id, opts = {})
|
|
@@ -168,7 +168,7 @@ module Phrase
|
|
|
168
168
|
# @param [Hash] opts the optional parameters
|
|
169
169
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
170
170
|
# @option opts [Integer] :page Page number
|
|
171
|
-
# @option opts [Integer] :per_page
|
|
171
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
172
172
|
# @option opts [String] :account_id Account ID to specify the actual account the GitLab Sync should be created in. Required if the requesting user is a member of multiple accounts.
|
|
173
173
|
# @return [Array<(Response<(Array<GitlabSyncHistory>)>, Integer, Hash)>] Response<(Array<GitlabSyncHistory>)> data, response status code and response headers
|
|
174
174
|
def gitlab_sync_history_with_http_info(gitlab_sync_id, opts = {})
|
|
@@ -13,7 +13,7 @@ module Phrase
|
|
|
13
13
|
# @param [Hash] opts the optional parameters
|
|
14
14
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
15
15
|
# @option opts [Integer] :page Page number
|
|
16
|
-
# @option opts [Integer] :per_page
|
|
16
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
17
17
|
# @return [Array<Glossary>]
|
|
18
18
|
def glossaries_list(account_id, opts = {})
|
|
19
19
|
data, _status_code, _headers = glossaries_list_with_http_info(account_id, opts)
|
|
@@ -26,7 +26,7 @@ module Phrase
|
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
27
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
28
28
|
# @option opts [Integer] :page Page number
|
|
29
|
-
# @option opts [Integer] :per_page
|
|
29
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
30
30
|
# @return [Array<(Response<(Array<Glossary>)>, Integer, Hash)>] Response<(Array<Glossary>)> data, response status code and response headers
|
|
31
31
|
def glossaries_list_with_http_info(account_id, opts = {})
|
|
32
32
|
if @api_client.config.debugging
|
|
@@ -334,7 +334,7 @@ module Phrase
|
|
|
334
334
|
# @param [Hash] opts the optional parameters
|
|
335
335
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
336
336
|
# @option opts [Integer] :page Page number
|
|
337
|
-
# @option opts [Integer] :per_page
|
|
337
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
338
338
|
# @return [Array<GlossaryTerm>]
|
|
339
339
|
def glossary_terms_list(account_id, glossary_id, opts = {})
|
|
340
340
|
data, _status_code, _headers = glossary_terms_list_with_http_info(account_id, glossary_id, opts)
|
|
@@ -348,7 +348,7 @@ module Phrase
|
|
|
348
348
|
# @param [Hash] opts the optional parameters
|
|
349
349
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
350
350
|
# @option opts [Integer] :page Page number
|
|
351
|
-
# @option opts [Integer] :per_page
|
|
351
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
352
352
|
# @return [Array<(Response<(Array<GlossaryTerm>)>, Integer, Hash)>] Response<(Array<GlossaryTerm>)> data, response status code and response headers
|
|
353
353
|
def glossary_terms_list_with_http_info(account_id, glossary_id, opts = {})
|
|
354
354
|
if @api_client.config.debugging
|
|
@@ -461,7 +461,7 @@ module Phrase
|
|
|
461
461
|
# @param [Hash] opts the optional parameters
|
|
462
462
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
463
463
|
# @option opts [Integer] :page Page number
|
|
464
|
-
# @option opts [Integer] :per_page
|
|
464
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
465
465
|
# @return [Array<Invitation>]
|
|
466
466
|
def invitations_list(account_id, opts = {})
|
|
467
467
|
data, _status_code, _headers = invitations_list_with_http_info(account_id, opts)
|
|
@@ -474,7 +474,7 @@ module Phrase
|
|
|
474
474
|
# @param [Hash] opts the optional parameters
|
|
475
475
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
476
476
|
# @option opts [Integer] :page Page number
|
|
477
|
-
# @option opts [Integer] :per_page
|
|
477
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
478
478
|
# @return [Array<(Response<(Array<Invitation>)>, Integer, Hash)>] Response<(Array<Invitation>)> data, response status code and response headers
|
|
479
479
|
def invitations_list_with_http_info(account_id, opts = {})
|
|
480
480
|
if @api_client.config.debugging
|
|
@@ -598,7 +598,7 @@ module Phrase
|
|
|
598
598
|
# @param [Hash] opts the optional parameters
|
|
599
599
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
600
600
|
# @option opts [Integer] :page Page number
|
|
601
|
-
# @option opts [Integer] :per_page
|
|
601
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
602
602
|
# @option opts [String] :branch specify the branch to use
|
|
603
603
|
# @return [Array<JobLocale>]
|
|
604
604
|
def job_locales_list(project_id, job_id, opts = {})
|
|
@@ -613,7 +613,7 @@ module Phrase
|
|
|
613
613
|
# @param [Hash] opts the optional parameters
|
|
614
614
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
615
615
|
# @option opts [Integer] :page Page number
|
|
616
|
-
# @option opts [Integer] :per_page
|
|
616
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
617
617
|
# @option opts [String] :branch specify the branch to use
|
|
618
618
|
# @return [Array<(Response<(Array<JobLocale>)>, Integer, Hash)>] Response<(Array<JobLocale>)> data, response status code and response headers
|
|
619
619
|
def job_locales_list_with_http_info(project_id, job_id, opts = {})
|
|
@@ -340,7 +340,7 @@ module Phrase
|
|
|
340
340
|
# @param [Hash] opts the optional parameters
|
|
341
341
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
342
342
|
# @option opts [Integer] :page Page number
|
|
343
|
-
# @option opts [Integer] :per_page
|
|
343
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
344
344
|
# @option opts [String] :branch specify the branch to use
|
|
345
345
|
# @return [Array<Object>]
|
|
346
346
|
def job_template_locales_list(project_id, job_template_id, opts = {})
|
|
@@ -355,7 +355,7 @@ module Phrase
|
|
|
355
355
|
# @param [Hash] opts the optional parameters
|
|
356
356
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
357
357
|
# @option opts [Integer] :page Page number
|
|
358
|
-
# @option opts [Integer] :per_page
|
|
358
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
359
359
|
# @option opts [String] :branch specify the branch to use
|
|
360
360
|
# @return [Array<(Response<(Array<Object>)>, Integer, Hash)>] Response<(Array<Object>)> data, response status code and response headers
|
|
361
361
|
def job_template_locales_list_with_http_info(project_id, job_template_id, opts = {})
|
|
@@ -315,7 +315,7 @@ module Phrase
|
|
|
315
315
|
# @param [Hash] opts the optional parameters
|
|
316
316
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
317
317
|
# @option opts [Integer] :page Page number
|
|
318
|
-
# @option opts [Integer] :per_page
|
|
318
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
319
319
|
# @option opts [String] :branch specify the branch to use
|
|
320
320
|
# @return [Array<JobTemplate>]
|
|
321
321
|
def job_templates_list(project_id, opts = {})
|
|
@@ -329,7 +329,7 @@ module Phrase
|
|
|
329
329
|
# @param [Hash] opts the optional parameters
|
|
330
330
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
331
331
|
# @option opts [Integer] :page Page number
|
|
332
|
-
# @option opts [Integer] :per_page
|
|
332
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
333
333
|
# @option opts [String] :branch specify the branch to use
|
|
334
334
|
# @return [Array<(Response<(Array<JobTemplate>)>, Integer, Hash)>] Response<(Array<JobTemplate>)> data, response status code and response headers
|
|
335
335
|
def job_templates_list_with_http_info(project_id, opts = {})
|
data/lib/phrase/api/jobs_api.rb
CHANGED
|
@@ -857,7 +857,7 @@ module Phrase
|
|
|
857
857
|
# @param [Hash] opts the optional parameters
|
|
858
858
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
859
859
|
# @option opts [Integer] :page Page number
|
|
860
|
-
# @option opts [Integer] :per_page
|
|
860
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
861
861
|
# @option opts [String] :owned_by filter by user owning job
|
|
862
862
|
# @option opts [String] :assigned_to filter by user assigned to job
|
|
863
863
|
# @option opts [String] :state filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
|
|
@@ -873,7 +873,7 @@ module Phrase
|
|
|
873
873
|
# @param [Hash] opts the optional parameters
|
|
874
874
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
875
875
|
# @option opts [Integer] :page Page number
|
|
876
|
-
# @option opts [Integer] :per_page
|
|
876
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
877
877
|
# @option opts [String] :owned_by filter by user owning job
|
|
878
878
|
# @option opts [String] :assigned_to filter by user assigned to job
|
|
879
879
|
# @option opts [String] :state filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
|
|
@@ -938,7 +938,7 @@ module Phrase
|
|
|
938
938
|
# @param [Hash] opts the optional parameters
|
|
939
939
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
940
940
|
# @option opts [Integer] :page Page number
|
|
941
|
-
# @option opts [Integer] :per_page
|
|
941
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
942
942
|
# @option opts [String] :branch specify the branch to use
|
|
943
943
|
# @option opts [String] :owned_by filter by user owning job
|
|
944
944
|
# @option opts [String] :assigned_to filter by user assigned to job
|
|
@@ -955,7 +955,7 @@ module Phrase
|
|
|
955
955
|
# @param [Hash] opts the optional parameters
|
|
956
956
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
957
957
|
# @option opts [Integer] :page Page number
|
|
958
|
-
# @option opts [Integer] :per_page
|
|
958
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
959
959
|
# @option opts [String] :branch specify the branch to use
|
|
960
960
|
# @option opts [String] :owned_by filter by user owning job
|
|
961
961
|
# @option opts [String] :assigned_to filter by user assigned to job
|
data/lib/phrase/api/keys_api.rb
CHANGED
|
@@ -538,7 +538,7 @@ module Phrase
|
|
|
538
538
|
# @param [Hash] opts the optional parameters
|
|
539
539
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
540
540
|
# @option opts [Integer] :page Page number
|
|
541
|
-
# @option opts [Integer] :per_page
|
|
541
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
542
542
|
# @option opts [String] :branch specify the branch to use
|
|
543
543
|
# @option opts [String] :sort Sort by field. Can be one of: name, created_at, updated_at.
|
|
544
544
|
# @option opts [String] :order Order direction. Can be one of: asc, desc.
|
|
@@ -556,7 +556,7 @@ module Phrase
|
|
|
556
556
|
# @param [Hash] opts the optional parameters
|
|
557
557
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
558
558
|
# @option opts [Integer] :page Page number
|
|
559
|
-
# @option opts [Integer] :per_page
|
|
559
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
560
560
|
# @option opts [String] :branch specify the branch to use
|
|
561
561
|
# @option opts [String] :sort Sort by field. Can be one of: name, created_at, updated_at.
|
|
562
562
|
# @option opts [String] :order Order direction. Can be one of: asc, desc.
|
|
@@ -626,7 +626,7 @@ module Phrase
|
|
|
626
626
|
# @param [Hash] opts the optional parameters
|
|
627
627
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
628
628
|
# @option opts [Integer] :page Page number
|
|
629
|
-
# @option opts [Integer] :per_page
|
|
629
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
630
630
|
# @return [Array<TranslationKey>]
|
|
631
631
|
def keys_search(project_id, keys_search_parameters, opts = {})
|
|
632
632
|
data, _status_code, _headers = keys_search_with_http_info(project_id, keys_search_parameters, opts)
|
|
@@ -640,7 +640,7 @@ module Phrase
|
|
|
640
640
|
# @param [Hash] opts the optional parameters
|
|
641
641
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
642
642
|
# @option opts [Integer] :page Page number
|
|
643
|
-
# @option opts [Integer] :per_page
|
|
643
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
644
644
|
# @return [Array<(Response<(Array<TranslationKey>)>, Integer, Hash)>] Response<(Array<TranslationKey>)> data, response status code and response headers
|
|
645
645
|
def keys_search_with_http_info(project_id, keys_search_parameters, opts = {})
|
|
646
646
|
if @api_client.config.debugging
|
|
@@ -13,7 +13,7 @@ module Phrase
|
|
|
13
13
|
# @param [Hash] opts the optional parameters
|
|
14
14
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
15
15
|
# @option opts [Integer] :page Page number
|
|
16
|
-
# @option opts [Integer] :per_page
|
|
16
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
17
17
|
# @return [Array<LocalePreview1>]
|
|
18
18
|
def account_locales(id, opts = {})
|
|
19
19
|
data, _status_code, _headers = account_locales_with_http_info(id, opts)
|
|
@@ -26,7 +26,7 @@ module Phrase
|
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
27
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
28
28
|
# @option opts [Integer] :page Page number
|
|
29
|
-
# @option opts [Integer] :per_page
|
|
29
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
30
30
|
# @return [Array<(Response<(Array<LocalePreview1>)>, Integer, Hash)>] Response<(Array<LocalePreview1>)> data, response status code and response headers
|
|
31
31
|
def account_locales_with_http_info(id, opts = {})
|
|
32
32
|
if @api_client.config.debugging
|
|
@@ -507,7 +507,7 @@ module Phrase
|
|
|
507
507
|
# @param [Hash] opts the optional parameters
|
|
508
508
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
509
509
|
# @option opts [Integer] :page Page number
|
|
510
|
-
# @option opts [Integer] :per_page
|
|
510
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
511
511
|
# @option opts [String] :sort_by Sort locales. Valid options are \"name_asc\", \"name_desc\", \"default_asc\", \"default_desc\".
|
|
512
512
|
# @option opts [String] :branch specify the branch to use
|
|
513
513
|
# @return [Array<Locale>]
|
|
@@ -522,7 +522,7 @@ module Phrase
|
|
|
522
522
|
# @param [Hash] opts the optional parameters
|
|
523
523
|
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
|
|
524
524
|
# @option opts [Integer] :page Page number
|
|
525
|
-
# @option opts [Integer] :per_page
|
|
525
|
+
# @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
526
526
|
# @option opts [String] :sort_by Sort locales. Valid options are \"name_asc\", \"name_desc\", \"default_asc\", \"default_desc\".
|
|
527
527
|
# @option opts [String] :branch specify the branch to use
|
|
528
528
|
# @return [Array<(Response<(Array<Locale>)>, Integer, Hash)>] Response<(Array<Locale>)> data, response status code and response headers
|