squad icon indicating copy to clipboard operation
squad copied to clipboard

for the suite resource, the name is always null, and the slug is always the name

Open jscook2345 opened this issue 3 years ago • 3 comments

Is there a historical reason for this? Could we deprecate one? It provides an inconsistent look-up when comparing to other resources. Especially when using as a filter in squad-client.

https://qa-reports.linaro.org/api/suites/5078/

HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://qa-reports.linaro.org/api/suites/5078/",
    "id": 5078,
    "slug": "ltp-open-posix-tests",
    "name": null,
    "project": "https://qa-reports.linaro.org/api/projects/133/"
}

jscook2345 avatar Oct 26 '20 21:10 jscook2345