Component
Docs
Priority
P2 - Medium (Would be helpful)
SDK Language(s)
No response
Bug Description
Example: https://signalwire.com/docs/apis/rest/voice-logs/get-voice-log.md
Note that the HTTP method + path string includes two placeholder strings:
Here's how it looks on the standard version of the page:
https://{your_space_name}.signalwire.com/api/voice/logs/:id
On the .md export, that line looks like this:
GET https://%7BYour_Space_Name%7D.signalwire.com/api/voice/logs/{id}
:id has been correctly handled as {id}, but {your_space_name} has incorrectly had a url-encoding pass applied to the subdomain.
We would expect this placeholder value to be handled the same way as id in the path: render its curly braces in the markdown export.
Versions
No response
Workaround
No response
Are you interested in contributing a fix?
No
Component
Docs
Priority
P2 - Medium (Would be helpful)
SDK Language(s)
No response
Bug Description
Example: https://signalwire.com/docs/apis/rest/voice-logs/get-voice-log.md
Note that the HTTP method + path string includes two placeholder strings:
{your_space_name}:idHere's how it looks on the standard version of the page:
On the
.mdexport, that line looks like this::idhas been correctly handled as{id}, but{your_space_name}has incorrectly had a url-encoding pass applied to the subdomain.We would expect this placeholder value to be handled the same way as
idin the path: render its curly braces in the markdown export.Versions
No response
Workaround
No response
Are you interested in contributing a fix?
No