spec/api/comments_api_spec.rb in phrase-2.13.0 vs spec/api/comments_api_spec.rb in phrase-2.14.0
- old
+ new
@@ -26,9 +26,11 @@
# @param project_id Project ID
# @param key_id Translation Key ID
# @param comment_create_parameters
# @param [Hash] opts the optional parameters
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
+ # @option opts [String] :message specify the message for the comment
+ # @option opts [Array<String>] :locale_ids specify the locales for the comment
# @return [Comment]
describe 'comment_create test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end