Skip to content

Commit e6fc1bb

Browse files
committed
MWEB-1864
1 parent 3d7e114 commit e6fc1bb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.4.16
2+
- use '/flexmls/listings' for PUT
3+
14
v1.4.15
25
- Add OData support
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.15
1+
1.4.16

lib/spark_api/models/listing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def save!(arguments={})
166166
if writable_changed_keys.empty?
167167
SparkApi.logger.warn { "No supported listing change detected" }
168168
else
169-
results = connection.put "#{self.class.path}/#{self.Id}", build_hash(writable_changed_keys), arguments
169+
results = connection.put "/flexmls#{self.class.path}/#{self.Id}", build_hash(writable_changed_keys), arguments
170170
@contstraints = []
171171
results.details.each do |detail|
172172
detail.each_pair do |k,v|

0 commit comments

Comments
 (0)