Allow to search for custom field values

This commit is contained in:
Eike Kettner
2020-11-22 18:25:27 +01:00
parent c5ab663091
commit 066c856981
4 changed files with 58 additions and 4 deletions

View File

@ -4952,6 +4952,7 @@ components:
- inbox
- offset
- limit
- customValues
properties:
tagsInclude:
type: array
@ -5031,6 +5032,10 @@ components:
format: date-time
itemSubset:
$ref: "#/components/schemas/IdList"
customValues:
type: array
items:
$ref: "#/components/schemas/CustomFieldValue"
ItemLight:
description: |
An item with only a few important properties.