Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.22
-
Fix Version/s: 1.26
-
Component/s: documentation
-
Labels:None
-
Number of attachments :
Example:
@PUT
{ @ResponseCode(code = 204, condition = "The update was successful.") @ResponseCode(code = 409, condition = "If the update created a conflict.") }@StatusCodes(
)
{ @ResponseCode(code = 301, condition = "The update would have created two cars with the same VIN.") @ResponseCode(code = 302, condition = "The update would have created two cars with the same license plate number.") }@Warnings(
)
{ /** put */ }void put(Car car, @PathParam("id") String id)