hi MM sorry the screenshots are not clear…
Basically when i’m using your plugin , I have created a documentation page to document a REST API Delete method, but I have specified DELETE on the shortcode, but it renders as PUT on the frontend.
[description method="DELETE"]
<div class="description">
<pre class="EnlighterJSRAW" data-enlighter-language="null">https://sandbox-api.com/v1/Customer/:id</pre>
Customer card delete
</div>
[header]headers[/header]
[header_row txt-bold="Authorization"]Bearer Token[/header_row]
[type]
[header]PATH VARIABLES[/header]
[header_row txt-bold="id"]ID[/header_row]
[/description]
This code basically is rendering NOT as a “delete” BUT it appears on the frontend of the website as “Put”.
Is this expected?
-
This reply was modified 2 years, 10 months ago by Agustin.
-
This reply was modified 2 years, 10 months ago by Agustin.
-
This reply was modified 2 years, 10 months ago by Agustin.