A tool I'm using (pyswagger
) to read the Opalstack Swagger API's JSON spec is complaining about a couple of things:
- The
operationId
for /notice/delete/{uuid}
is the same value as for /notices/delete/
- "Notice delete". Perhaps for the latter it should be "Notices delete" and a description of "Delete notices".
- The
operationId
for /psqldb/delete/now/
is the same value as for /psqluser/delete/now/
- "PostgreSQL user delete now". Perhaps for the former it should be "PostgreSQL database delete now", with that also serving as the description.
Are these known-about errors? I'm using the tool to see if a Python binding to the API can be auto-generated.