experimenter icon indicating copy to clipboard operation
experimenter copied to clipboard

swagger API branch screenshots defined as string rather than array

Open dmose opened this issue 9 months ago • 0 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

dmose avatar May 08 '24 14:05 dmose