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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bec9d56015e29af299dc4f726145b92cafe7b06dbc34415dc423b73ff8f7d2f7
|
|
4
|
+
data.tar.gz: 3934f5774f2d423b73f0c677a5f0784d0fd53512da44b98c75a1b9547fcfaf0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e657b5e32d639686af66749e8bd95333e9ca20a61e6a1a2a76a62c9f844c98935a5ef2120f47e33f6e4d03a6853b2c65fcd1869c31c9b8c28dd0b2698f2160a3
|
|
7
|
+
data.tar.gz: c3f44e754c8fe18d9884ec7689a776cbcb819fcd7353c800e27ea9dada576244772ec056be64da1aee6dde90f8615098a1b231a640bb6bfe8b87dc696e2d7a84
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Phrase Strings is a translation management platform for software projects. You c
|
|
|
7
7
|
## This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0.0
|
|
10
|
-
- Package version: 2.8.
|
|
10
|
+
- Package version: 2.8.3
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
|
|
13
13
|
|
|
@@ -56,10 +56,10 @@ gem build phrase.gemspec
|
|
|
56
56
|
Then install the gem locally:
|
|
57
57
|
|
|
58
58
|
```shell
|
|
59
|
-
gem install ./phrase-2.8.
|
|
59
|
+
gem install ./phrase-2.8.3.gem
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
(for development, run `gem install --dev ./phrase-2.8.
|
|
62
|
+
(for development, run `gem install --dev ./phrase-2.8.3.gem` to install the development dependencies)
|
|
63
63
|
|
|
64
64
|
## Getting Started
|
|
65
65
|
|
data/docs/AccountsApi.md
CHANGED
|
@@ -98,7 +98,7 @@ api_instance = Phrase::AccountsApi.new
|
|
|
98
98
|
opts = {
|
|
99
99
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
100
100
|
page: 1, # Integer | Page number
|
|
101
|
-
per_page: 25 # Integer |
|
|
101
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
begin
|
|
@@ -117,7 +117,7 @@ Name | Type | Description | Notes
|
|
|
117
117
|
------------- | ------------- | ------------- | -------------
|
|
118
118
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
119
119
|
**page** | **Integer**| Page number | [optional]
|
|
120
|
-
**per_page** | **Integer**|
|
|
120
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
121
121
|
|
|
122
122
|
### Return type
|
|
123
123
|
|
data/docs/AuthorizationsApi.md
CHANGED
|
@@ -285,7 +285,7 @@ api_instance = Phrase::AuthorizationsApi.new
|
|
|
285
285
|
opts = {
|
|
286
286
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
287
287
|
page: 1, # Integer | Page number
|
|
288
|
-
per_page: 25 # Integer |
|
|
288
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
begin
|
|
@@ -304,7 +304,7 @@ Name | Type | Description | Notes
|
|
|
304
304
|
------------- | ------------- | ------------- | -------------
|
|
305
305
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
306
306
|
**page** | **Integer**| Page number | [optional]
|
|
307
|
-
**per_page** | **Integer**|
|
|
307
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
308
308
|
|
|
309
309
|
### Return type
|
|
310
310
|
|
data/docs/BlacklistedKeysApi.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
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
299
299
|
}
|
|
300
300
|
|
|
@@ -315,7 +315,7 @@ Name | Type | Description | Notes
|
|
|
315
315
|
**project_id** | **String**| Project ID |
|
|
316
316
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
317
317
|
**page** | **Integer**| Page number | [optional]
|
|
318
|
-
**per_page** | **Integer**|
|
|
318
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
319
319
|
**branch** | **String**| specify the branch to use | [optional]
|
|
320
320
|
|
|
321
321
|
### Return type
|
data/docs/BranchesApi.md
CHANGED
|
@@ -422,7 +422,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
422
422
|
opts = {
|
|
423
423
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
424
424
|
page: 1, # Integer | Page number
|
|
425
|
-
per_page: 25 # Integer |
|
|
425
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
426
426
|
}
|
|
427
427
|
|
|
428
428
|
begin
|
|
@@ -442,7 +442,7 @@ Name | Type | Description | Notes
|
|
|
442
442
|
**project_id** | **String**| Project ID |
|
|
443
443
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
444
444
|
**page** | **Integer**| Page number | [optional]
|
|
445
|
-
**per_page** | **Integer**|
|
|
445
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
446
446
|
|
|
447
447
|
### Return type
|
|
448
448
|
|
data/docs/CommentsApi.md
CHANGED
|
@@ -508,7 +508,7 @@ key_id = 'key_id_example' # String | Translation Key ID
|
|
|
508
508
|
opts = {
|
|
509
509
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
510
510
|
page: 1, # Integer | Page number
|
|
511
|
-
per_page: 25, # Integer |
|
|
511
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
512
512
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
513
513
|
}
|
|
514
514
|
|
|
@@ -530,7 +530,7 @@ Name | Type | Description | Notes
|
|
|
530
530
|
**key_id** | **String**| Translation Key ID |
|
|
531
531
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
532
532
|
**page** | **Integer**| Page number | [optional]
|
|
533
|
-
**per_page** | **Integer**|
|
|
533
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
534
534
|
**branch** | **String**| specify the branch to use | [optional]
|
|
535
535
|
|
|
536
536
|
### Return type
|
data/docs/DistributionsApi.md
CHANGED
|
@@ -294,7 +294,7 @@ account_id = 'account_id_example' # String | Account 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
|
**account_id** | **String**| Account 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/DocumentsApi.md
CHANGED
|
@@ -100,7 +100,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
100
100
|
opts = {
|
|
101
101
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
102
102
|
page: 1, # Integer | Page number
|
|
103
|
-
per_page: 25 # Integer |
|
|
103
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
begin
|
|
@@ -120,7 +120,7 @@ Name | Type | Description | Notes
|
|
|
120
120
|
**project_id** | **String**| Project ID |
|
|
121
121
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
122
122
|
**page** | **Integer**| Page number | [optional]
|
|
123
|
-
**per_page** | **Integer**|
|
|
123
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
124
124
|
|
|
125
125
|
### Return type
|
|
126
126
|
|
data/docs/GitLabSyncApi.md
CHANGED
|
@@ -168,7 +168,7 @@ gitlab_sync_id = 'gitlab_sync_id_example' # String | Gitlab Sync ID
|
|
|
168
168
|
opts = {
|
|
169
169
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
170
170
|
page: 1, # Integer | Page number
|
|
171
|
-
per_page: 25, # Integer |
|
|
171
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
172
172
|
account_id: 'abcd1234' # String | 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
|
}
|
|
174
174
|
|
|
@@ -189,7 +189,7 @@ Name | Type | Description | Notes
|
|
|
189
189
|
**gitlab_sync_id** | **String**| Gitlab Sync ID |
|
|
190
190
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
191
191
|
**page** | **Integer**| Page number | [optional]
|
|
192
|
-
**per_page** | **Integer**|
|
|
192
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
193
193
|
**account_id** | **String**| 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. | [optional]
|
|
194
194
|
|
|
195
195
|
### Return type
|
data/docs/GlossariesApi.md
CHANGED
|
@@ -41,7 +41,7 @@ account_id = 'account_id_example' # String | Account ID
|
|
|
41
41
|
opts = {
|
|
42
42
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
43
43
|
page: 1, # Integer | Page number
|
|
44
|
-
per_page: 25 # Integer |
|
|
44
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
begin
|
|
@@ -61,7 +61,7 @@ Name | Type | Description | Notes
|
|
|
61
61
|
**account_id** | **String**| Account ID |
|
|
62
62
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
63
63
|
**page** | **Integer**| Page number | [optional]
|
|
64
|
-
**per_page** | **Integer**|
|
|
64
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
65
65
|
|
|
66
66
|
### Return type
|
|
67
67
|
|
data/docs/GlossaryTermsApi.md
CHANGED
|
@@ -303,7 +303,7 @@ glossary_id = 'glossary_id_example' # String | Glossary ID
|
|
|
303
303
|
opts = {
|
|
304
304
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
305
305
|
page: 1, # Integer | Page number
|
|
306
|
-
per_page: 25 # Integer |
|
|
306
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
begin
|
|
@@ -324,7 +324,7 @@ Name | Type | Description | Notes
|
|
|
324
324
|
**glossary_id** | **String**| Glossary ID |
|
|
325
325
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
326
326
|
**page** | **Integer**| Page number | [optional]
|
|
327
|
-
**per_page** | **Integer**|
|
|
327
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
328
328
|
|
|
329
329
|
### Return type
|
|
330
330
|
|
data/docs/InvitationsApi.md
CHANGED
|
@@ -424,7 +424,7 @@ account_id = 'account_id_example' # String | Account ID
|
|
|
424
424
|
opts = {
|
|
425
425
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
426
426
|
page: 1, # Integer | Page number
|
|
427
|
-
per_page: 25 # Integer |
|
|
427
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
begin
|
|
@@ -444,7 +444,7 @@ Name | Type | Description | Notes
|
|
|
444
444
|
**account_id** | **String**| Account ID |
|
|
445
445
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
446
446
|
**page** | **Integer**| Page number | [optional]
|
|
447
|
-
**per_page** | **Integer**|
|
|
447
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
448
448
|
|
|
449
449
|
### Return type
|
|
450
450
|
|
data/docs/JobLocalesApi.md
CHANGED
|
@@ -511,7 +511,7 @@ job_id = 'job_id_example' # String | Job ID
|
|
|
511
511
|
opts = {
|
|
512
512
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
513
513
|
page: 1, # Integer | Page number
|
|
514
|
-
per_page: 25, # Integer |
|
|
514
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
515
515
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
516
516
|
}
|
|
517
517
|
|
|
@@ -533,7 +533,7 @@ Name | Type | Description | Notes
|
|
|
533
533
|
**job_id** | **String**| Job ID |
|
|
534
534
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
535
535
|
**page** | **Integer**| Page number | [optional]
|
|
536
|
-
**per_page** | **Integer**|
|
|
536
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
537
537
|
**branch** | **String**| specify the branch to use | [optional]
|
|
538
538
|
|
|
539
539
|
### Return type
|
|
@@ -307,7 +307,7 @@ job_template_id = 'job_template_id_example' # String | Job Template ID
|
|
|
307
307
|
opts = {
|
|
308
308
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
309
309
|
page: 1, # Integer | Page number
|
|
310
|
-
per_page: 25, # Integer |
|
|
310
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
311
311
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
312
312
|
}
|
|
313
313
|
|
|
@@ -329,7 +329,7 @@ Name | Type | Description | Notes
|
|
|
329
329
|
**job_template_id** | **String**| Job Template ID |
|
|
330
330
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
331
331
|
**page** | **Integer**| Page number | [optional]
|
|
332
|
-
**per_page** | **Integer**|
|
|
332
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
333
333
|
**branch** | **String**| specify the branch to use | [optional]
|
|
334
334
|
|
|
335
335
|
### Return type
|
data/docs/JobTemplatesApi.md
CHANGED
|
@@ -298,7 +298,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
298
298
|
opts = {
|
|
299
299
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
300
300
|
page: 1, # Integer | Page number
|
|
301
|
-
per_page: 25, # Integer |
|
|
301
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
302
302
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
303
303
|
}
|
|
304
304
|
|
|
@@ -319,7 +319,7 @@ Name | Type | Description | Notes
|
|
|
319
319
|
**project_id** | **String**| Project ID |
|
|
320
320
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
321
321
|
**page** | **Integer**| Page number | [optional]
|
|
322
|
-
**per_page** | **Integer**|
|
|
322
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
323
323
|
**branch** | **String**| specify the branch to use | [optional]
|
|
324
324
|
|
|
325
325
|
### Return type
|
data/docs/JobsApi.md
CHANGED
|
@@ -760,7 +760,7 @@ account_id = 'account_id_example' # String | Account ID
|
|
|
760
760
|
opts = {
|
|
761
761
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
762
762
|
page: 1, # Integer | Page number
|
|
763
|
-
per_page: 25, # Integer |
|
|
763
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
764
764
|
owned_by: 'abcd1234cdef1234abcd1234cdef1234', # String | filter by user owning job
|
|
765
765
|
assigned_to: 'abcd1234cdef1234abcd1234cdef1234', # String | filter by user assigned to job
|
|
766
766
|
state: 'completed' # String | filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
|
|
@@ -783,7 +783,7 @@ Name | Type | Description | Notes
|
|
|
783
783
|
**account_id** | **String**| Account ID |
|
|
784
784
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
785
785
|
**page** | **Integer**| Page number | [optional]
|
|
786
|
-
**per_page** | **Integer**|
|
|
786
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
787
787
|
**owned_by** | **String**| filter by user owning job | [optional]
|
|
788
788
|
**assigned_to** | **String**| filter by user assigned to job | [optional]
|
|
789
789
|
**state** | **String**| filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
|
|
@@ -831,7 +831,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
831
831
|
opts = {
|
|
832
832
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
833
833
|
page: 1, # Integer | Page number
|
|
834
|
-
per_page: 25, # Integer |
|
|
834
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
835
835
|
branch: 'my-feature-branch', # String | specify the branch to use
|
|
836
836
|
owned_by: 'abcd1234cdef1234abcd1234cdef1234', # String | filter by user owning job
|
|
837
837
|
assigned_to: 'abcd1234cdef1234abcd1234cdef1234', # String | filter by user assigned to job
|
|
@@ -855,7 +855,7 @@ Name | Type | Description | Notes
|
|
|
855
855
|
**project_id** | **String**| Project ID |
|
|
856
856
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
857
857
|
**page** | **Integer**| Page number | [optional]
|
|
858
|
-
**per_page** | **Integer**|
|
|
858
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
859
859
|
**branch** | **String**| specify the branch to use | [optional]
|
|
860
860
|
**owned_by** | **String**| filter by user owning job | [optional]
|
|
861
861
|
**assigned_to** | **String**| filter by user assigned to job | [optional]
|
data/docs/KeysApi.md
CHANGED
|
@@ -497,7 +497,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
497
497
|
opts = {
|
|
498
498
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
499
499
|
page: 1, # Integer | Page number
|
|
500
|
-
per_page: 25, # Integer |
|
|
500
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
501
501
|
branch: 'my-feature-branch', # String | specify the branch to use
|
|
502
502
|
sort: 'updated_at', # String | Sort by field. Can be one of: name, created_at, updated_at.
|
|
503
503
|
order: 'desc', # String | Order direction. Can be one of: asc, desc.
|
|
@@ -522,7 +522,7 @@ Name | Type | Description | Notes
|
|
|
522
522
|
**project_id** | **String**| Project ID |
|
|
523
523
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
524
524
|
**page** | **Integer**| Page number | [optional]
|
|
525
|
-
**per_page** | **Integer**|
|
|
525
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
526
526
|
**branch** | **String**| specify the branch to use | [optional]
|
|
527
527
|
**sort** | **String**| Sort by field. Can be one of: name, created_at, updated_at. | [optional]
|
|
528
528
|
**order** | **String**| Order direction. Can be one of: asc, desc. | [optional]
|
|
@@ -573,7 +573,7 @@ keys_search_parameters = Phrase::KeysSearchParameters.new # KeysSearchParameters
|
|
|
573
573
|
opts = {
|
|
574
574
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
575
575
|
page: 1, # Integer | Page number
|
|
576
|
-
per_page: 25 # Integer |
|
|
576
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
577
577
|
}
|
|
578
578
|
|
|
579
579
|
begin
|
|
@@ -594,7 +594,7 @@ Name | Type | Description | Notes
|
|
|
594
594
|
**keys_search_parameters** | [**KeysSearchParameters**](KeysSearchParameters.md)| |
|
|
595
595
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
596
596
|
**page** | **Integer**| Page number | [optional]
|
|
597
|
-
**per_page** | **Integer**|
|
|
597
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
598
598
|
|
|
599
599
|
### Return type
|
|
600
600
|
|
data/docs/LocalesApi.md
CHANGED
|
@@ -43,7 +43,7 @@ id = 'id_example' # String | ID
|
|
|
43
43
|
opts = {
|
|
44
44
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
45
45
|
page: 1, # Integer | Page number
|
|
46
|
-
per_page: 25 # Integer |
|
|
46
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
begin
|
|
@@ -63,7 +63,7 @@ Name | Type | Description | Notes
|
|
|
63
63
|
**id** | **String**| ID |
|
|
64
64
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
65
65
|
**page** | **Integer**| Page number | [optional]
|
|
66
|
-
**per_page** | **Integer**|
|
|
66
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
67
67
|
|
|
68
68
|
### Return type
|
|
69
69
|
|
|
@@ -460,7 +460,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
460
460
|
opts = {
|
|
461
461
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
462
462
|
page: 1, # Integer | Page number
|
|
463
|
-
per_page: 25, # Integer |
|
|
463
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
464
464
|
sort_by: 'sort_by_example', # String | Sort locales. Valid options are \"name_asc\", \"name_desc\", \"default_asc\", \"default_desc\".
|
|
465
465
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
466
466
|
}
|
|
@@ -482,7 +482,7 @@ Name | Type | Description | Notes
|
|
|
482
482
|
**project_id** | **String**| Project ID |
|
|
483
483
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
484
484
|
**page** | **Integer**| Page number | [optional]
|
|
485
|
-
**per_page** | **Integer**|
|
|
485
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
486
486
|
**sort_by** | **String**| Sort locales. Valid options are \"name_asc\", \"name_desc\", \"default_asc\", \"default_desc\". | [optional]
|
|
487
487
|
**branch** | **String**| specify the branch to use | [optional]
|
|
488
488
|
|
data/docs/MembersApi.md
CHANGED
|
@@ -296,7 +296,7 @@ account_id = 'account_id_example' # String | Account ID
|
|
|
296
296
|
opts = {
|
|
297
297
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
298
298
|
page: 1, # Integer | Page number
|
|
299
|
-
per_page: 25 # Integer |
|
|
299
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
begin
|
|
@@ -316,7 +316,7 @@ Name | Type | Description | Notes
|
|
|
316
316
|
**account_id** | **String**| Account ID |
|
|
317
317
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
318
318
|
**page** | **Integer**| Page number | [optional]
|
|
319
|
-
**per_page** | **Integer**|
|
|
319
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
320
320
|
|
|
321
321
|
### Return type
|
|
322
322
|
|
|
@@ -38,7 +38,7 @@ api_instance = Phrase::NotificationGroupsApi.new
|
|
|
38
38
|
opts = {
|
|
39
39
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
40
40
|
page: 1, # Integer | Page number
|
|
41
|
-
per_page: 25 # Integer |
|
|
41
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
begin
|
|
@@ -57,7 +57,7 @@ Name | Type | Description | Notes
|
|
|
57
57
|
------------- | ------------- | ------------- | -------------
|
|
58
58
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
59
59
|
**page** | **Integer**| Page number | [optional]
|
|
60
|
-
**per_page** | **Integer**|
|
|
60
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
61
61
|
|
|
62
62
|
### Return type
|
|
63
63
|
|
data/docs/NotificationsApi.md
CHANGED
|
@@ -38,7 +38,8 @@ api_instance = Phrase::NotificationsApi.new
|
|
|
38
38
|
opts = {
|
|
39
39
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
40
40
|
page: 1, # Integer | Page number
|
|
41
|
-
per_page: 25 # Integer |
|
|
41
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
42
|
+
unseen: true # Boolean | Include only unseen notifications
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
begin
|
|
@@ -57,7 +58,8 @@ Name | Type | Description | Notes
|
|
|
57
58
|
------------- | ------------- | ------------- | -------------
|
|
58
59
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
59
60
|
**page** | **Integer**| Page number | [optional]
|
|
60
|
-
**per_page** | **Integer**|
|
|
61
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
62
|
+
**unseen** | **Boolean**| Include only unseen notifications | [optional]
|
|
61
63
|
|
|
62
64
|
### Return type
|
|
63
65
|
|
data/docs/OrdersApi.md
CHANGED
|
@@ -298,7 +298,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
298
298
|
opts = {
|
|
299
299
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
300
300
|
page: 1, # Integer | Page number
|
|
301
|
-
per_page: 25, # Integer |
|
|
301
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
302
302
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
303
303
|
}
|
|
304
304
|
|
|
@@ -319,7 +319,7 @@ Name | Type | Description | Notes
|
|
|
319
319
|
**project_id** | **String**| Project ID |
|
|
320
320
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
321
321
|
**page** | **Integer**| Page number | [optional]
|
|
322
|
-
**per_page** | **Integer**|
|
|
322
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
323
323
|
**branch** | **String**| specify the branch to use | [optional]
|
|
324
324
|
|
|
325
325
|
### Return type
|
data/docs/ProjectsApi.md
CHANGED
|
@@ -285,7 +285,7 @@ api_instance = Phrase::ProjectsApi.new
|
|
|
285
285
|
opts = {
|
|
286
286
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
287
287
|
page: 1, # Integer | Page number
|
|
288
|
-
per_page: 25, # Integer |
|
|
288
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
289
289
|
account_id: 'account_id_example', # String | Filter by Account ID
|
|
290
290
|
sort_by: 'sort_by_example', # String | Sort projects. Valid options are \"name_asc\", \"name_desc\", \"updated_at_asc\", \"updated_at_desc\", \"space_asc\" and \"space_desc\".
|
|
291
291
|
filters: ['favorites'] # Array<String> | Filter projects. Valid options are [\"favorites\"].
|
|
@@ -307,7 +307,7 @@ Name | Type | Description | Notes
|
|
|
307
307
|
------------- | ------------- | ------------- | -------------
|
|
308
308
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
309
309
|
**page** | **Integer**| Page number | [optional]
|
|
310
|
-
**per_page** | **Integer**|
|
|
310
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
311
311
|
**account_id** | **String**| Filter by Account ID | [optional]
|
|
312
312
|
**sort_by** | **String**| Sort projects. Valid options are \"name_asc\", \"name_desc\", \"updated_at_asc\", \"updated_at_desc\", \"space_asc\" and \"space_desc\". | [optional]
|
|
313
313
|
**filters** | [**Array<String>**](String.md)| Filter projects. Valid options are [\"favorites\"]. | [optional]
|
data/docs/ReleasesApi.md
CHANGED
|
@@ -369,7 +369,7 @@ distribution_id = 'distribution_id_example' # String | Distribution ID
|
|
|
369
369
|
opts = {
|
|
370
370
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
371
371
|
page: 1, # Integer | Page number
|
|
372
|
-
per_page: 25 # Integer |
|
|
372
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
begin
|
|
@@ -390,7 +390,7 @@ Name | Type | Description | Notes
|
|
|
390
390
|
**distribution_id** | **String**| Distribution ID |
|
|
391
391
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
392
392
|
**page** | **Integer**| Page number | [optional]
|
|
393
|
-
**per_page** | **Integer**|
|
|
393
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
394
394
|
|
|
395
395
|
### Return type
|
|
396
396
|
|
|
@@ -303,7 +303,7 @@ id = 'id_example' # String | ID
|
|
|
303
303
|
opts = {
|
|
304
304
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
305
305
|
page: 1, # Integer | Page number
|
|
306
|
-
per_page: 25, # Integer |
|
|
306
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
307
307
|
branch: 'my-feature-branch' # String | specify the branch to use
|
|
308
308
|
}
|
|
309
309
|
|
|
@@ -325,7 +325,7 @@ Name | Type | Description | Notes
|
|
|
325
325
|
**id** | **String**| ID |
|
|
326
326
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
327
327
|
**page** | **Integer**| Page number | [optional]
|
|
328
|
-
**per_page** | **Integer**|
|
|
328
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
329
329
|
**branch** | **String**| specify the branch to use | [optional]
|
|
330
330
|
|
|
331
331
|
### Return type
|
data/docs/ScreenshotsApi.md
CHANGED
|
@@ -304,7 +304,7 @@ project_id = 'project_id_example' # String | Project ID
|
|
|
304
304
|
opts = {
|
|
305
305
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
306
306
|
page: 1, # Integer | Page number
|
|
307
|
-
per_page: 25, # Integer |
|
|
307
|
+
per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
308
308
|
branch: 'my-feature-branch', # String | specify the branch to use
|
|
309
309
|
key_id: 'abcd1234cdef1234abcd1234cdef1234' # String | filter by key
|
|
310
310
|
}
|
|
@@ -326,7 +326,7 @@ Name | Type | Description | Notes
|
|
|
326
326
|
**project_id** | **String**| Project ID |
|
|
327
327
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
328
328
|
**page** | **Integer**| Page number | [optional]
|
|
329
|
-
**per_page** | **Integer**|
|
|
329
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
330
330
|
**branch** | **String**| specify the branch to use | [optional]
|
|
331
331
|
**key_id** | **String**| filter by key | [optional]
|
|
332
332
|
|
data/docs/SpacesApi.md
CHANGED
|
@@ -297,7 +297,7 @@ account_id = 'account_id_example' # String | Account ID
|
|
|
297
297
|
opts = {
|
|
298
298
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
299
299
|
page: 1, # Integer | Page number
|
|
300
|
-
per_page: 25 # Integer |
|
|
300
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
301
301
|
}
|
|
302
302
|
|
|
303
303
|
begin
|
|
@@ -317,7 +317,7 @@ Name | Type | Description | Notes
|
|
|
317
317
|
**account_id** | **String**| Account ID |
|
|
318
318
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
319
319
|
**page** | **Integer**| Page number | [optional]
|
|
320
|
-
**per_page** | **Integer**|
|
|
320
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
321
321
|
|
|
322
322
|
### Return type
|
|
323
323
|
|
|
@@ -491,7 +491,7 @@ space_id = 'space_id_example' # String | Space ID
|
|
|
491
491
|
opts = {
|
|
492
492
|
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
|
|
493
493
|
page: 1, # Integer | Page number
|
|
494
|
-
per_page: 25 # Integer |
|
|
494
|
+
per_page: 25 # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
495
495
|
}
|
|
496
496
|
|
|
497
497
|
begin
|
|
@@ -512,7 +512,7 @@ Name | Type | Description | Notes
|
|
|
512
512
|
**space_id** | **String**| Space ID |
|
|
513
513
|
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
|
|
514
514
|
**page** | **Integer**| Page number | [optional]
|
|
515
|
-
**per_page** | **Integer**|
|
|
515
|
+
**per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
|
|
516
516
|
|
|
517
517
|
### Return type
|
|
518
518
|
|