mozilla / experimenter

A web application for managing user experiments for Mozilla Firefox.

Home Page:https://experimenter.services.mozilla.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swagger API branch screenshots defined as string rather than array

dmose opened this issue · comments

Looking at the v7 / experiments / responses section of https://htmlpreview.github.io/?https://github.com/mozilla/experimenter/blob/main/docs/experimenter/swagger-ui.html, we see this:

    "branches": [
      {
        "slug": "string",
        "ratio": 0,
        "features": "string",
        "description": "string",
        "screenshots": "string"
      }
    ],

However, screenshots actually returns an array of strings.

CC @jaredlockhart @sarahhjchung

┆Issue is synchronized with this Jira Task