From e392335fac2cef4fa8a2efa5676b810d06d744da Mon Sep 17 00:00:00 2001 From: Johannes <57864468+JohannesGandhi@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:26:15 +0200 Subject: [PATCH] Update build/api-docs.js Escape backticks Co-authored-by: Jannis R --- build/api-docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/api-docs.js b/build/api-docs.js index 33fc401..90c2a84 100644 --- a/build/api-docs.js +++ b/build/api-docs.js @@ -78,7 +78,7 @@ The \`routingMode\` parameter influences which data the system uses to compute t Furthermore, \`REALTIME\` doesn't support [Pagination](#pagination) fully. If you need fully functioning pagination, use \`HYBRID\` instead. -The `hafas-client` repository has [more details on the different routing modes](https://github.com/public-transport/hafas-client/blob/45610fc951bb834e1b6f09e363ee820c0b92b673/p/db/readme.md#using-the-routingmode-option). +The \`hafas-client\` repository has [more details on the different routing modes](https://github.com/public-transport/hafas-client/blob/45610fc951bb834e1b6f09e363ee820c0b92b673/p/db/readme.md#using-the-routingmode-option). `, '/journeys/:ref': `\ Uses [\`hafasClient.refreshJourney()\`](https://github.com/public-transport/hafas-client/blob/6/docs/refresh-journey.md) to **"refresh" a journey, using its \`refreshToken\`**.