File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ export interface RESTPatchAPICurrentUserJSONBody {
3535 * If passed, modifies the user's avatar
3636 */
3737 avatar ?: string | null | undefined ;
38+ /**
39+ * If passed, modifies the user's banner
40+ */
41+ banner ?: string | null | undefined ;
3842}
3943
4044/**
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ export interface RESTPatchAPICurrentUserJSONBody {
3535 * If passed, modifies the user's avatar
3636 */
3737 avatar ?: string | null | undefined ;
38+ /**
39+ * If passed, modifies the user's banner
40+ */
41+ banner ?: string | null | undefined ;
3842}
3943
4044/**
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ export interface RESTPatchAPICurrentUserJSONBody {
3535 * If passed, modifies the user's avatar
3636 */
3737 avatar ?: string | null | undefined ;
38+ /**
39+ * If passed, modifies the user's banner
40+ */
41+ banner ?: string | null | undefined ;
3842}
3943
4044/**
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ export interface RESTPatchAPICurrentUserJSONBody {
3535 * If passed, modifies the user's avatar
3636 */
3737 avatar ?: string | null | undefined ;
38+ /**
39+ * If passed, modifies the user's banner
40+ */
41+ banner ?: string | null | undefined ;
3842}
3943
4044/**
You can’t perform that action at this time.
0 commit comments