Closed Tommymiza closed 5 months ago
Can someone tell me how to define type for params ? (id to integer) @paramPath id
@paramPath id
Fixed in 3.43.0 ... the paramPath and paramQuery are no longer marked as required by default... instead use the meta @required... see docs..
@paramPath id - The ID of the source - @type(number) @required
Can someone tell me how to define type for params ? (id to integer)
@paramPath id