docs/ScreenshotsApi.md in phrase-1.0.13 vs docs/ScreenshotsApi.md in phrase-1.0.14
- old
+ new
@@ -101,11 +101,12 @@
api_instance = Phrase::ScreenshotsApi.new
project_id = 'project_id_example' # String | Project ID
id = 'id_example' # String | ID
opts = {
- x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional)
+ x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
+ branch: 'my-feature-branch' # String | specify the branch to use
}
begin
#Delete a screenshot
api_instance.screenshot_delete(project_id, id, opts)
@@ -120,10 +121,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**project_id** | **String**| Project ID |
**id** | **String**| ID |
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
+ **branch** | **String**| specify the branch to use | [optional]
### Return type
Response<(nil (empty response body))>
@@ -163,11 +165,12 @@
api_instance = Phrase::ScreenshotsApi.new
project_id = 'project_id_example' # String | Project ID
id = 'id_example' # String | ID
opts = {
- x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional)
+ x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
+ branch: 'my-feature-branch' # String | specify the branch to use
}
begin
#Get a single screenshot
result = api_instance.screenshot_show(project_id, id, opts)
@@ -183,10 +186,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**project_id** | **String**| Project ID |
**id** | **String**| ID |
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
+ **branch** | **String**| specify the branch to use | [optional]
### Return type
Response<([**Screenshot**](Screenshot.md))>
@@ -293,10 +297,11 @@
project_id = 'project_id_example' # String | Project ID
opts = {
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
page: 1, # Integer | Page number
per_page: 25, # Integer | allows you to specify a page size up to 100 items, 25 by default
+ branch: 'my-feature-branch', # String | specify the branch to use
key_id: 'abcd1234cdef1234abcd1234cdef1234' # String | filter by key
}
begin
#List screenshots
@@ -314,9 +319,10 @@
------------- | ------------- | ------------- | -------------
**project_id** | **String**| Project ID |
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
**page** | **Integer**| Page number | [optional]
**per_page** | **Integer**| allows you to specify a page size up to 100 items, 25 by default | [optional]
+ **branch** | **String**| specify the branch to use | [optional]
**key_id** | **String**| filter by key | [optional]
### Return type
Response<([**Array<Screenshot>**](Screenshot.md))>