Backlogs error: Couldn't find RbRelease with 'id'=69 (ActiveRecord::RecordNotFound)
Actions
Feature #19196
openAllow API select parameter to add/remove fields from the default set
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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")
Updated by Tom Clegg over 2 years ago
- Related to Feature #19146: Return can_manage and can_write alongside writable_by added
Actions