Operation.parameter(:email,:query,:string,"Email of that needs to be verified",
example:"cofe@cofe.io"
),
Operation.parameter(
:nickname,
:query,
:string,
"Nickname of user that needs to be verified",
example:"cofefe"
)
],
responses:%{
204=>no_content_response()
}
}
end
deffavourites_operationdo
%Operation{
tags:["Retrieve account information"],
summary:"Favorites",
description:
"Only returns data if the user has opted into sharing it. See `hide_favorites` in [Update account credentials](#operation/AccountController.update_credentials).",