mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
13 lines
423 B
YAML
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" |