lib/seam/resources/action_attempt.rb in seamapi-1.14.0 vs lib/seam/resources/action_attempt.rb in seamapi-1.15.0

- old
+ new

@@ -17,12 +17,12 @@ self end def update! response = @client.request_seam( - :get, + :post, "/action_attempts/get", - params: { + body: { action_attempt_id: action_attempt_id } ) update_from_response(response["action_attempt"])