Changes between Version 1 and Version 2 of Ticket #158
- Timestamp:
- 10/19/09 08:35:25 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #158 – Description
v1 v2 2 2 * Update API docs to cover this. 3 3 4 On Package get, ensure separation of extra attributes from other attributes. 5 6 What is the meaning of posting an incomplete dictionary (updating a package)? 7 Option 1 - if field not present, leave field alone 8 * Delete field if field value is None 9 10 Option 2 - user must supply all fields 11 * Delete field if field absent 12 13 Prefer option 1. Document this. 14 4 15 Follows on from ticket:152