Fixed REST API
This commit is contained in:
parent
1902da7541
commit
ff6c0a8b25
|
@ -35,7 +35,6 @@ public class Software {
|
|||
|
||||
@POST
|
||||
@Consumes(APPLICATION_JSON_CHARSET_UTF_8)
|
||||
@Produces(APPLICATION_JSON_CHARSET_UTF_8)
|
||||
@StatusCodes ({
|
||||
@ResponseCode ( code = 202, condition = "The provided json is formally correct.")
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue