Skip to main content

Retrieve OpenAPI docs for entity

GET 

/api/v1/catalog/:tagOrId/documentation/openapi

Retrieve OpenAPI docs for entity

Request

Path Parameters

    tagOrId stringrequired

    The tag (x-cortex-tag) or unique, auto-generated identifier for the entity.

Query Parameters

    name string

    Name of the OpenAPI spec to return. If you have multiple OpenAPI specs configured for your entity as x-cortex-links, use this parameter to ensure the correct spec is returned. If this parameter is not specified, we will return the first OpenAPI spec found.

Responses

Successfully found documentation

Schema

    spec stringrequired

    Stringified JSON representation of the OpenAPI spec

Loading...