spec/api/spaces_api_spec.rb in phrase-2.12.0 vs spec/api/spaces_api_spec.rb in phrase-2.13.0

- old
+ new

@@ -91,11 +91,11 @@ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for spaces_projects_create - # Add Project + # Add Project to Space # Adds an existing project to the space. # @param account_id Account ID # @param space_id Space ID # @param spaces_projects_create_parameters # @param [Hash] opts the optional parameters @@ -106,11 +106,11 @@ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for spaces_projects_delete - # Remove Project + # Remove Project from Space # Removes a specified project from the specified space. # @param account_id Account ID # @param space_id Space ID # @param id ID # @param [Hash] opts the optional parameters @@ -121,10 +121,10 @@ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for spaces_projects_list - # List Projects + # List Projects in Space # List all projects for the specified Space. # @param account_id Account ID # @param space_id Space ID # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)