Class PostWatchedProjects

java.lang.Object
com.google.gerrit.server.restapi.account.PostWatchedProjects
All Implemented Interfaces:
RestModifyView<AccountResource,List<ProjectWatchInfo>>, RestView<AccountResource>

public class PostWatchedProjects extends Object implements RestModifyView<AccountResource,List<ProjectWatchInfo>>
REST endpoint to set project watches for an account.

This REST endpoint handles POST /accounts/<account-identifier>/watched.projects requests.