Proxy Documentation Request
Fetch and proxy documentation from external URLs to bypass CORS restrictions.
Query parameters
Documentation URL to fetch (must be a valid HTTP/HTTPS URL)
Response
Successfully fetched and proxied documentation
Example response
{
"content": "# Documentation\n\nThis is the documentation content..."
}Changes
Changed in 1 of the 11 revisions of this API.331
- ▲
the
coderesponse property const valueINTERNAL_SERVER_ERRORwas removed for the status500response-property-const-removed
- ▲
the
coderesponse property const valueNOT_FOUNDwas removed for the status404response-property-const-removed
- ▲
the
coderesponse property const valueTOO_MANY_REQUESTSwas removed for the status429response-property-const-removed
- ●
added the new
INTERNAL_SERVER_ERRORenum value to thecoderesponse property for the response status500response-property-enum-value-added
- ●
added the new
NOT_FOUNDenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
TOO_MANY_REQUESTSenum value to thecoderesponse property for the response status429response-property-enum-value-added
- ○
api operation id
getApiV1DocumentationProxyremoved and replaced withapi-operation-id-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲