File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
libs/wire-api/src/Wire/API Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ modelTeam = Doc.defineModel "Team" $ do
128
128
Doc. optional
129
129
Doc. property " binding" Doc. bool' $
130
130
Doc. description " user binding team"
131
+ Doc. property " splash_screen" Doc. string' $ do
132
+ Doc. description " new splash screen asset key"
133
+ Doc. optional
131
134
132
135
instance ToSchema Team where
133
136
schema =
@@ -293,6 +296,9 @@ modelUpdateData = Doc.defineModel "TeamUpdateData" $ do
293
296
Doc. property " icon_key" Doc. string' $ do
294
297
Doc. description " new icon asset key"
295
298
Doc. optional
299
+ Doc. property " splash_screen" Doc. string' $ do
300
+ Doc. description " new splash screen asset key"
301
+ Doc. optional
296
302
297
303
newTeamUpdateData :: TeamUpdateData
298
304
newTeamUpdateData = TeamUpdateData Nothing Nothing Nothing Nothing
You can’t perform that action at this time.
0 commit comments