api-docs-icon

Lint an OpenAPI spec

POST
/ lint

object

You must either provide openapi OR (api_name AND api_version)

api_name
string

Unique project name or the uuid

Example:
my-project
api_version
union

Can be either the semantic version or a released type (like latest)

openapi
binary
Example:
uploads/openapi.yaml

Responses

Linting report

application/json
object
results
array[object]
required
object

summary
object
required

Code Examples

Response