Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Jax-RS PUT annotation

import javax.ws.rs.PUT;
...
@PUT
@Path("{client-id}")
public Response updateClient(@PathParam("client-id") Integer clientId, Client client)
Source by rapidapi.com #
 
PREVIOUS NEXT
Tagged: #PUT #annotation
ADD COMMENT
Topic
Name
1+3 =