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
Hello again,
I think in :
def update_org(org_id, properties={})
endpoint = "/api/orgs/#{org_id}"
@logger.info("Updating orgnaization ID #{org_id} (POST #{endpoint})") if @debug
return post_request(endpoint, properties)
end
It should be a 'put'.
Thanks.
Gael.
The text was updated successfully, but these errors were encountered:
Hello again,
I think in :
def update_org(org_id, properties={})
endpoint = "/api/orgs/#{org_id}"
@logger.info("Updating orgnaization ID #{org_id} (POST #{endpoint})") if @debug
return post_request(endpoint, properties)
end
It should be a 'put'.
Thanks.
Gael.
The text was updated successfully, but these errors were encountered: