@Path(value="user") @Consumes(value="application/json") @Produces(value="application/json") public class UserResource extends Object
| Constructor and Description |
|---|
UserResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
modifymicroStory(String login,
int id,
es.uvigo.esei.dgss.teama.microstories.domain.entities.Story story)
Find the stories that have been most read between the given dates.
|
@PUT
@Path(value="{login}/microstory{id}")
public javax.ws.rs.core.Response modifymicroStory(@PathParam(value="login")
String login,
@PathParam(value="id")
int id,
@QueryParam(value="Story")
es.uvigo.esei.dgss.teama.microstories.domain.entities.Story story)
login - The user login.id - The microstory id.story - The edited story.Copyright © 2022. All rights reserved.