Class PutStatus

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

public class PutStatus extends Object implements RestModifyView<AccountResource,StatusInput>
REST endpoint to set the status of an account.

This REST endpoint handles PUT /accounts/<account-identifier>/status requests.

The account status is a free-form text that a user can set for the own account (e.g. the 'OOO' string is often used to signal that the user is out-of-office).