We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dateOfBirth
CreateAccountParams
1 parent a57620e commit 1ee4a42Copy full SHA for 1ee4a42
1 file changed
src/mastodon/rest/v1/accounts.ts
@@ -33,6 +33,8 @@ export interface CreateAccountParams {
33
readonly locale: string;
34
/** Text that will be reviewed by moderators if registrations require manual approval. */
35
readonly reason?: string;
36
+ /** String (Date), required if the server has a minimum age requirement. */
37
+ readonly dateOfBirth?: string;
38
/** https://github.com/mastodon/mastodon/pull/25342 */
39
readonly timeZone?: string;
40
}
0 commit comments