deployments

Record which deployments the user has installed, and return list of available deployments.

post/api/deployments/

Query parameters

platformsstring

Comma-separated or repeated platform names. Defaults to 'webextension'.

Request body

uidstring uuid required

The UID of the PixieBrix extension instance (varies by install)

versionstring required

The version of the PixieBrix extension

Changes