Active
Project:
Social Content
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
22 Mar 2019 at 17:41 UTC
Updated:
31 May 2019 at 14:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
heldercunhaI added the correction.
Comment #3
coulton commentedThe Company ID call has also been changed with the move to the v2 API so now instead of it being:
$url = $global_settings['api_url'] . '/' . $global_settings['api_version'] . '/companies/' . $settings['company_id'] . '/updates';it would now be:
$url = $global_settings['api_url'] . '/' . $global_settings['api_version'] . '/organizations/' . $settings['company_id'] . '/updates';