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
We want Robotoff insights to be specific to each website (off, off-pro, openbeautyfacts, openpetfoodfacts, openproductfacts) and to each environment (dev, prod).
This has been taken care of on Robotoff side (see openfoodfacts/robotoff#47), we now need to only display insights that match the server domain (website + environment).
A server_domain field is currently sent to the /api/v1/webhook/product endpoint. We also need to send this field when requesting new Robotoff questions on /api/v1/questions/{barcode}. See the API documentation for more information.
Known values for the server_domain field (according what robotoff webhook endpoint receives):
We want Robotoff insights to be specific to each website (off, off-pro, openbeautyfacts, openpetfoodfacts, openproductfacts) and to each environment (dev, prod).
This has been taken care of on Robotoff side (see openfoodfacts/robotoff#47), we now need to only display insights that match the server domain (website + environment).
A
server_domain
field is currently sent to the/api/v1/webhook/product
endpoint. We also need to send this field when requesting new Robotoff questions on/api/v1/questions/{barcode}
. See the API documentation for more information.Known values for the
server_domain
field (according what robotoff webhook endpoint receives):For completeness, here is the issue that added Robotoff webhook ping: #1707.
The text was updated successfully, but these errors were encountered: