You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@steved
If we have a user object fetched using the api and we want to remove a tag using the below:
user.tags.destroy!(:id=>"tag_value")#makes call to api and successfully removes tagputsuser.tags#local user object does not have tag removed#output includes "tag_value" taguser.tags.save!#makes a call to API, will update user using old data including the removed tag
behavior is opposite to that expected based on this spec
Let me know if any further info is needed
The text was updated successfully, but these errors were encountered:
@steved
If we have a user object fetched using the api and we want to remove a tag using the below:
behavior is opposite to that expected based on this spec
Let me know if any further info is needed
The text was updated successfully, but these errors were encountered: