spec/api/screenshots_api_spec.rb in phrase-1.0.13 vs spec/api/screenshots_api_spec.rb in phrase-1.0.14

- old
+ new

@@ -39,10 +39,11 @@ # Delete an existing screenshot. # @param project_id Project ID # @param id ID # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) + # @option opts [String] :branch specify the branch to use # @return [nil] describe 'screenshot_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end @@ -53,10 +54,11 @@ # Get details on a single screenshot for a given project. # @param project_id Project ID # @param id ID # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) + # @option opts [String] :branch specify the branch to use # @return [Screenshot] describe 'screenshot_show test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end @@ -83,9 +85,10 @@ # @param project_id Project ID # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) # @option opts [Integer] :page Page number # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default + # @option opts [String] :branch specify the branch to use # @option opts [String] :key_id filter by key # @return [Array<Screenshot>] describe 'screenshots_list test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers