mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Added API search endpoint
Is a little awkward, emulates a 'list' API endpoint but has unstable paging and does not support filters/sort. This is detailed on the endpoint though. Made some updates to the docs system to better support parameters and examples on GET requests. Includes tests to cover. For #909
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
@if($endpoint['body_params'] ?? false)
|
||||
<details class="mb-m">
|
||||
<summary class="text-muted">Body Parameters</summary>
|
||||
<summary class="text-muted">{{ $endpoint['method'] === 'GET' ? 'Query' : 'Body' }} Parameters</summary>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>Param Name</th>
|
||||
|
Reference in New Issue
Block a user