spec/api/invitations_api_spec.rb in phrase-1.0.11 vs spec/api/invitations_api_spec.rb in phrase-1.0.12
- old
+ new
@@ -89,9 +89,24 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
+ # unit tests for invitation_update_settings
+ # Update a member's invitation access
+ # Update member's settings in the invitations. Access token scope must include <code>team.manage</code>.
+ # @param project_id Project ID
+ # @param id ID
+ # @param invitation_update_settings_parameters
+ # @param [Hash] opts the optional parameters
+ # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
+ # @return [Invitation]
+ describe 'invitation_update_settings test' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ end
+ end
+
# unit tests for invitations_list
# List invitations
# List invitations for an account. It will also list the accessible resources like projects and locales the invited user has access to. In case nothing is shown the default access from the role is used. Access token scope must include <code>team.manage</code>.
# @param account_id Account ID
# @param [Hash] opts the optional parameters