Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 4085

Return result of create method and 201 status code

$
0
0

How can i return the result of create method in rest api and also 201 status code? In this code the status code is 200 how can i change it to 201?

    Path("/student")        public class MyRestApi{    @Path("/create")    public Response create(){           Student student = new Student;           //insert in data source           Return Response.ok(student).build();          }}

Viewing all articles
Browse latest Browse all 4085

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>