Only include endpoint path in <summary> (#1446)

This commit is contained in:
David Robertson 2023-03-02 16:58:04 +00:00 committed by GitHub
parent a45138c3b4
commit f9ea0f9d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 6 deletions

View file

@ -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>