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
@@ -517,7 +520,7 @@ This endpoint allows you to fetch a single version belonging to a specific add-o
517
520
:query string lang: Activate translations in the specific language for that query. (See :ref:`translated fields <api-overview-translations>`)
518
521
:>json int id: The version id.
519
522
:>json string approval_notes: Information for Mozilla reviewers, for when the add-on is reviewed. These notes are only visible to Mozilla, and this field is only present if the user has reviewer permissions, or is listed as a developer of the add-on.
520
-
:>json string channel: The version channel, which determines its visibility on the site. Can be either ``unlisted``or ``listed``.
523
+
:>json string channel: The version channel, which determines its visibility on the site. Can be either ``unlisted``, ``listed``, or ``enterprise``.
521
524
:>json object compatibility:
522
525
Object detailing which :ref:`applications <addon-detail-application>` the version is compatible with.
523
526
The exact min/max version numbers in the object correspond to the :ref:`supported versions<applications-version-list>`.
@@ -854,7 +857,7 @@ This endpoint is for uploading an addon file, to then be submitted to create a n
854
857
.. _upload-create-request:
855
858
856
859
:form upload: The add-on file being uploaded.
857
-
:form channel: The channel this version should be uploaded to, which determines its visibility on the site. It can be either ``unlisted``or ``listed``.
860
+
:form channel: The channel this version should be uploaded to, which determines its visibility on the site. It can be either ``unlisted``, ``listed``, or ``enterprise``.
858
861
:reqheader Content-Type: multipart/form-data
859
862
860
863
@@ -901,7 +904,7 @@ This endpoint is for fetching a single previous upload by uuid.
901
904
.. _upload-detail-object:
902
905
903
906
:>json string uuid: The upload id.
904
-
:>json string channel: The version channel, which determines its visibility on the site. Can be either ``unlisted``or ``listed``.
907
+
:>json string channel: The version channel, which determines its visibility on the site. Can be either ``unlisted``, ``listed``, or ``enterprise``.
905
908
:>json boolean processed: If the version has been processed by the validator.
906
909
:>json boolean submitted: If this upload has been submitted as a new add-on or version already. An upload can only be submitted once.
907
910
:>json string url: URL to check the status of this upload.
0 commit comments