Site
Any /api path that does not exist
Not an endpoint. Listed so the failure shape is discoverable: every request under /api/ that matches no operation above answers 404 with an Error body rather than an HTML page, for any method. Read error.code to branch and error.hint for the next step.
get/api/{unmatchedPath}
Path parameters
unmatchedPathstring required
Any path under /api/ with no operation.
Changes
No recorded changes to this endpoint across all 1 revision of this API.