API documentation: Fixing space new header line bug#25026
API documentation: Fixing space new header line bug#25026skedwards88 merged 1 commit intogithub:mainfrom
Conversation
Automatically generated comment ℹ️This comment is automatically generated and will be overwritten every time changes are committed to this branch. The table contains an overview of files in the Content directory changesYou may find it useful to copy this table into the pull request summary. There you can edit it to share links to important articles or changes and to give a high-level overview of how the changes in your pull request support the overall goals of the pull request. fpt: Free, Pro, Team |
|
@joshjohanning Thanks so much for opening a PR! I'll get this triaged for review ⚡ |
skedwards88
left a comment
There was a problem hiding this comment.
🚀 Thank you for noticing and fixing this! We'll get this merged down for you.
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Before the line to add the API version header, the
\to signify a new line doesn't have a space after the previous header, so the request fails.The doc page:

the error message:

Adding a space works:

What's being changed (if available, include any code snippets, screenshots, or gifs):
Adding a space in several spots in the docs where it is missing before the date/version header.
Check off the following: