Skip to content

Commit 1fe79e4

Browse files
authored
feat: add search result endpoint docs (#11)
1 parent 1b369cc commit 1fe79e4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dossierdata.v1.openapi.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4121,6 +4121,23 @@ paths:
41214121
parameters:
41224122
- $ref: '#/components/parameters/JsonHeader'
41234123
- $ref: '#/components/parameters/SearchId'
4124+
/search/{search_id}/results:
4125+
get:
4126+
responses:
4127+
200:
4128+
$ref: '#/components/responses/PaginatedSearchesResponse'
4129+
400:
4130+
$ref: '#/components/responses/BadRequestResponse'
4131+
401:
4132+
$ref: '#/components/responses/UnauthorizedResponse'
4133+
summary: Paginate the results for a search
4134+
description: "Gives back the paginated results of a search. The search model needs to be a customer"
4135+
tags:
4136+
- Search
4137+
parameters:
4138+
- $ref: '#/components/parameters/JsonHeader'
4139+
- $ref: '#/components/parameters/PerPage'
4140+
- $ref: '#/components/parameters/Page'
41244141
/hdn/ax_message:
41254142
post:
41264143
responses:

0 commit comments

Comments
 (0)