java.lang.Object
com.google.gerrit.server.restapi.change.Submit
All Implemented Interfaces:
RestModifyView<RevisionResource,SubmitInput>, RestView<RevisionResource>, UiAction<RevisionResource>

REST API handler for triggering submit of the specific revision of the change.

See /Documentation/rest-api-changes.html#submit-revision for more information.

Even though the endpoint is defined for url including a revision, only revision corresponding to the latest patch set is allowed.