Changes between Version 2 and Version 3 of Ticket #55600, comment 12
- Timestamp:
- 06/26/2024 12:13:20 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55600, comment 12
v2 v3 17 17 ||= object default (multi) =|| Yes || No (500 Error) || 18 18 ||= array default (single) =|| Yes || Yes || 19 ||= array default (multi) =|| Yes || Yes / No (500 Error)*||19 ||= array default (multi) =|| Yes || No (500 Error) || 20 20 ||= string default (single) =|| Yes || No || 21 21 ||= string default (multi) =|| Yes || No || 22 22 23 *Depends on the value inside the array. If that is a string it fails, otherwise it works.24 23 25 24 All in all I've thought this through again and it looks good to me now as is.