mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Allow to only return owning spaces
This commit is contained in:
@ -811,6 +811,7 @@ paths:
|
||||
- authTokenHeader: []
|
||||
parameters:
|
||||
- $ref: "#/components/parameters/q"
|
||||
- $ref: "#/components/parameters/owning"
|
||||
responses:
|
||||
200:
|
||||
description: Ok
|
||||
@ -3983,6 +3984,13 @@ components:
|
||||
required: false
|
||||
schema:
|
||||
type: boolean
|
||||
owning:
|
||||
name: full
|
||||
in: query
|
||||
description: Whether to get owning spaces
|
||||
required: false
|
||||
schema:
|
||||
type: boolean
|
||||
checksum:
|
||||
name: checksum
|
||||
in: path
|
||||
|
Reference in New Issue
Block a user