I made OpenAPI 3.1 definitions with documentation using Stoplight Studio.
There were some endpoints I couldn't document because they were returning 404s or some sql-related error.
Specific non-working examples include the /card/{id}, /image/{id}, and /user/{address} endpoints.
The referenced bundle is the master file as it re-uses parameters and components where possible, while the dereferenced one is for clients that cannot handle dereferencing via $ref.
I made OpenAPI 3.1 definitions with documentation using
Stoplight Studio
.There were some endpoints I couldn't document because they were returning 404s or some sql-related error.
Specific non-working examples include the
/card/{id}
,/image/{id}
, and/user/{address}
endpoints.The referenced bundle is the master file as it re-uses parameters and components where possible, while the dereferenced one is for clients that cannot handle dereferencing via
$ref
.