Skip to content

Commit ff4fdb4

Browse files
committed
remove openning br
1 parent c840952 commit ff4fdb4

File tree

1 file changed

+26
-26
lines changed
  • content/en-us/projects/assets

1 file changed

+26
-26
lines changed

content/en-us/projects/assets/api.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,26 @@ Use the following parameters to query the Creator Store:
5050
<td>categoryId (path)</td>
5151
<td>int</td>
5252
<td>
53-
Audio = 3 <br></br>
54-
Model = 10 <br></br>
55-
Decal = 13 <br></br>
56-
Animation = 24 <br></br>
57-
Plugin = 38 <br></br>
58-
MeshPart = 40 <br></br>
59-
Video = 62 <br></br>
60-
FontFamily = 73 <br></br>
61-
Music = 300 <br></br>
62-
SoundEffect = 301 <br></br>
63-
UnknownAudio = 302 <br></br>
64-
Package = 1001 <br></br>
53+
Audio = 3 </br>
54+
Model = 10 </br>
55+
Decal = 13 </br>
56+
Animation = 24 </br>
57+
Plugin = 38 </br>
58+
MeshPart = 40 </br>
59+
Video = 62 </br>
60+
FontFamily = 73 </br>
61+
Music = 300 </br>
62+
SoundEffect = 301 </br>
63+
UnknownAudio = 302 </br>
64+
Package = 1001 </br>
6565
SharedPackage = 1002
6666
</td>
6767
</tr>
6868
<tr>
6969
<td>sortOrder</td>
7070
<td>int</td>
7171
<td>
72-
Asc = 1<br></br>
72+
Asc = 1</br>
7373
Desc = 2
7474
</td>
7575
</tr>
@@ -107,7 +107,7 @@ Use the following parameters to query the Creator Store:
107107
<td>creatorType</td>
108108
<td>int</td>
109109
<td>
110-
1 = User<br></br>
110+
1 = User</br>
111111
2 = Group
112112
</td>
113113
</tr>
@@ -130,8 +130,8 @@ Use the following parameters to query the Creator Store:
130130
<td>sortDirection</td>
131131
<td>int</td>
132132
<td>
133-
None = 0<br></br>
134-
Ascending = 1<br></br>
133+
None = 0</br>
134+
Ascending = 1</br>
135135
Descending = 2
136136
</td>
137137
</tr>
@@ -148,21 +148,21 @@ Use the following parameters to query the Creator Store:
148148
<tr>
149149
<td>audioTypes</td>
150150
<td>array[int]</td>
151-
<td>Music = 0<br></br>SoundEffect = 1</td>
151+
<td>Music = 0</br>SoundEffect = 1</td>
152152
</tr>
153153
<tr>
154154
<td>uiSortIntent</td>
155155
<td>int</td>
156156
<td>
157-
Relevance = 1<br></br>
158-
Trending = 6<br></br>
159-
AllTime = 7<br></br>
160-
Top = 8<br></br>
161-
Duration = 9<br></br>
162-
DateCreated = 10<br></br>
163-
DateModified = 11<br></br>
164-
Creator = 12<br></br>
165-
Name = 13<br></br>
157+
Relevance = 1</br>
158+
Trending = 6</br>
159+
AllTime = 7</br>
160+
Top = 8</br>
161+
Duration = 9</br>
162+
DateCreated = 10</br>
163+
DateModified = 11</br>
164+
Creator = 12</br>
165+
Name = 13</br>
166166
What sort order to rank the results by
167167
</td>
168168
</tr>

0 commit comments

Comments
 (0)