What is the correct way to define the validation for array of time datatype elements?
Should be:
@param array $arrayTime The time elements array {@type time}
But then there is no way to pass the validators. No matter the input values, the best I can get is:
"Bad Request: invalid value specified for `arrayTime[0]`"
Updated:
We have just added two types
time
(time24
) andtime12
for this purposeDownload the latest Restler3 RC4 to get this functionality
We have just added this to our Type test as well
Try it on the explorer