itpp-labs/sync-addons

On updating a res.partner the server never anwser

JulienDelRio opened this issue · 2 comments

Hi,

I try to make this update :

curl -X PUT -H "Authorization: Basic MYAUTH" \
-H "Content-Type: application/json" -H "Accept: */*" \
-d '{
  "x_studio_wordpress_id": 15483
}' "mybaseurl/api/v1/internal-v1/res.partner/13307"

If I block the update in the integration configuration, I instantly receive a 403 error.

But when I allow it, i send the request but the server never answer.

I I have no issue on GET for the full list, single elements, neither on PATCH for specific method

I don't have either the request in logs... How that possible ?

Can you help ?

A quick update... the problem occurs only in 1 partner. Very weird.

Nevermind, it was an error on my data. Sorry