Closed areynold closed 7 months ago
When pushing stories to CDS, the Api_request->request_url method appends the message body to the request url. Move key request items to their own properties and reserve the Api_request->params property for actual url parameters
Api_request->request_url
Api_request->params
When pushing stories to CDS, the
Api_request->request_url
method appends the message body to the request url. Move key request items to their own properties and reserve theApi_request->params
property for actual url parameters