Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Update addon in Mozzilla repository with API

more options

Good morning, I’m trying upload a new version “listed” of an extension to the mozzilla addons repository. I use web-ext sign to upload the version, that’s its ok, but when inmediatly try to modify the compatibility of the addon with desktop version with de API

curl -X PATCH https://addons.mozilla.org/api/v5/addons/addon/******/versions/*****/ -H ‘Authorization:JWT token’ -H ‘Content-Type: application/json’ -d '{“compatibility”:{“android”:{“min”:“109.0”,“max”:""}}}’.

I recive an error.

{detail=Request was throttled. Expected available in 2106 seconds.}

Are there any limitations for the (automated) invocation of the API?

Good morning, I’m trying upload a new version “listed” of an extension to the mozzilla addons repository. I use web-ext sign to upload the version, that’s its ok, but when inmediatly try to modify the compatibility of the addon with desktop version with de API curl -X PATCH https://addons.mozilla.org/api/v5/addons/addon/******/versions/*****/ -H ‘Authorization:JWT token’ -H ‘Content-Type: application/json’ -d '{“compatibility”:{“android”:{“min”:“109.0”,“max”:""}}}’. I recive an error. {detail=Request was throttled. Expected available in 2106 seconds.} Are there any limitations for the (automated) invocation of the API?

All Replies (1)

more options

Hola Disculpa la demora en responderte, este foro es atendido por usuarios, no tenemos desarrolladores en este foro, sugeriría que consultes en el chat de soporte de Addons: https://chat.mozilla.org/#/room/#addons:mozilla.org Saludos