spec/api/teams_api_spec.rb in phrase-2.12.0 vs spec/api/teams_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 teams_projects_create - # Add Project + # Add Project to Team # Adds an existing project to the team. # @param account_id Account ID # @param team_id Team ID # @param teams_projects_create_parameters # @param [Hash] opts the optional parameters @@ -106,10 +106,10 @@ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for teams_projects_delete - # Remove Project + # Remove Project from Team # Removes a specified project from the specified team. # @param account_id Account ID # @param team_id Team ID # @param id ID # @param [Hash] opts the optional parameters