TOSIT-IO / tdp-server

REST API for tdp-lib orchestration
2 stars 2 forks source link

Missing schema for simple errors #104

Open PaulFarault opened 1 year ago

PaulFarault commented 1 year ago

"Simple" errors with the following type don't have any specified schema:

{
  "detail": "string"
}

It would be useful for the generated typescript client.