Actions
Feature #19196
openAllow API select parameter to add/remove fields from the default set
Story points:
-
Release:
Release relationship:
Auto
Description
Currently, if the select parameter is used, the caller must specify the full fields they want to receive. Some use cases would be more convenient and easier to maintain if the caller could specify "defaults, plus field X, minus field Y".
Possible syntax:
{"select":["-manifest_text","+writable_by"]}
("send all default fields except manifest_text, and also send writable_by")
Related issues
Updated by Tom Clegg over 2 years ago
- Related to Feature #19146: Return can_manage and can_write alongside writable_by added
Actions