Only include endpoint path in <summary>
(#1446)
This commit is contained in:
parent
a45138c3b4
commit
f9ea0f9d9b
3 changed files with 11 additions and 6 deletions
|
@ -33,6 +33,7 @@
|
|||
<span class="http-api-method {{ $method }}">{{ $method }}</span>
|
||||
<span class="endpoint{{ if $operation_data.deprecated }} deprecated-inline{{ end }}">{{ $endpoint }}</span>
|
||||
</h1>
|
||||
</summary>
|
||||
|
||||
<hr/>
|
||||
|
||||
|
@ -49,7 +50,6 @@
|
|||
|
||||
<p>{{ $operation_data.description | markdownify }}</p>
|
||||
|
||||
</summary>
|
||||
|
||||
<table class="basic-info">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue