File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed
content/en-us/projects/assets Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,10 @@ Use the following parameters to query the Creator Store:
106106 <tr>
107107 <td>creatorType</td>
108108 <td>int</td>
109- <td>1 = User<br>2 = Group</td>
109+ <td>
110+ 1 = User<br></br>
111+ 2 = Group
112+ </td>
110113 </tr>
111114 <tr>
112115 <td>creatorTargetId</td>
@@ -126,7 +129,10 @@ Use the following parameters to query the Creator Store:
126129 <tr>
127130 <td>sortDirection</td>
128131 <td>int</td>
129- <td>None = 0<br>Ascending = 1<br>Descending = 2</td>
132+ <td>None = 0<br></br>
133+ Ascending = 1<br></br>
134+ Descending = 2
135+ </td>
130136 </tr>
131137 <tr>
132138 <td>artist</td>
@@ -141,21 +147,21 @@ Use the following parameters to query the Creator Store:
141147 <tr>
142148 <td>audioTypes</td>
143149 <td>array[int]</td>
144- <td>Music = 0<br>SoundEffect = 1</td>
150+ <td>Music = 0<br></br> SoundEffect = 1</td>
145151 </tr>
146152 <tr>
147153 <td>uiSortIntent</td>
148154 <td>int</td>
149155 <td>
150- Relevance = 1<br>
151- Trending = 6<br>
152- AllTime = 7<br>
153- Top = 8<br>
154- Duration = 9<br>
155- DateCreated = 10<br>
156- DateModified = 11<br>
157- Creator = 12<br>
158- Name = 13<br>
156+ Relevance = 1<br></br>
157+ Trending = 6<br></br>
158+ AllTime = 7<br></br>
159+ Top = 8<br></br>
160+ Duration = 9<br></br>
161+ DateCreated = 10<br></br>
162+ DateModified = 11<br></br>
163+ Creator = 12<br></br>
164+ Name = 13<br></br>
159165 What sort order to rank the results by
160166 </td>
161167 </tr>
You can’t perform that action at this time.
0 commit comments