This PR adds the support for marking the endpoints as x-internal, which is a mechanism for hiding endpoints in the rendered docs.
Background
Some docs rendering tools (e.g. ReDoc and Elements) support the functionality of the endpoints to be hidden from the docs, if they are marked as x-internal. The changes here add the support for x-internal.
This PR adds the support for marking the endpoints as
x-internal
, which is a mechanism for hiding endpoints in the rendered docs.Background
Some docs rendering tools (e.g. ReDoc and Elements) support the functionality of the endpoints to be hidden from the docs, if they are marked as
x-internal
. The changes here add the support forx-internal
.