Files
api-specs/nerm/paths/advanced_search_run.yaml
2023-05-12 15:35:08 -04:00

13 lines
423 B
YAML

post:
summary: Run an advanced search for profiles, without saving the query
operationId: runAdvancedSearch
description: Run an advanced search for profiles, without saving the query
tags:
- advanced search
parameters:
- $ref: "../parameters/query/query.yaml"
requestBody:
$ref: "../requestBodies/POST/AdvancedSearch.yaml"
responses:
'200':
$ref: "../responses/Profiles.yaml"