-
Bug
-
Resolution: Done
-
Major
-
None
-
SaaS
-
2
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
-
3scale 2019-08-26
When using the Proxy Update API to configure a service's private base url, the api_backend field no longer sets the value.
curl -X PATCH "https://<domain>.3scale.net/admin/api/services/xxxxxxxxxxx/proxy.xml" -d 'access_token=xxxx&endpoint=https%3A%2F%2Fpublic.example.com&api_backend=https%3A%2F%2Fprivate.example.com' <proxy> <service_id>xxxxxxxxxxx</service_id> <endpoint>https://public.example.com:443</endpoint> <api_backend>https://echo-api.3scale.net:443</api_backend> ... </proxy>
I suspect this may have something to do with this recent code change or some other change around the API as a Product feature.