mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
document unused field through the api
This commit is contained in:
@@ -22,6 +22,7 @@ public class RegistrationRequest implements Serializable {
|
|||||||
@ApiProperty(value = "email address for password recovery", required = true)
|
@ApiProperty(value = "email address for password recovery", required = true)
|
||||||
private String email;
|
private String email;
|
||||||
|
|
||||||
|
@ApiProperty(value = "not used through the api", required = false)
|
||||||
private boolean googleImport = true;
|
private boolean googleImport = true;
|
||||||
|
|
||||||
public String getName() {
|
public String getName() {
|
||||||
|
|||||||
Reference in New Issue
Block a user