Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 284a100

Browse files
author
RiotPie
committed
Change syntax, since github doesn't follow standards at all.
1 parent 67c561a commit 284a100

29 files changed

+29
-29
lines changed

AvatarAPI/ChooseAvatar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This API allows you to dynamically choose an avatar. This will work on any avata
66
PUT
77

88
## Endpoint
9-
https://api.vrchat.cloud/api/1/avatar/<ID>/select
9+
https://api.vrchat.cloud/api/1/avatar/[ID]/select
1010

1111
ID - the avatar id
1212

AvatarAPI/DeleteAvatar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This API allows you to delete an avatar. This API will not actually delete the c
88
DELETE
99

1010
## Endpoint
11-
https://api.vrchat.cloud/api/1/avatars/<ID>
11+
https://api.vrchat.cloud/api/1/avatars/[ID]
1212

1313
ID - the avatar id
1414

AvatarAPI/GetByID.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This API allows you to get details about any avatar by ID.
66
GET
77

88
## Endpoint
9-
https://api.vrchat.cloud/api/1/avatars/<ID>
9+
https://api.vrchat.cloud/api/1/avatars/[ID]
1010

1111
ID - the avatar id
1212

AvatarAPI/SaveAvatar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Create avatar
1313

1414
## Endpoint
1515
Update avatar
16-
https://api.vrchat.cloud/api/1/avatars/<ID>
16+
https://api.vrchat.cloud/api/1/avatars/[ID]
1717

1818
Create avatar
1919
https://api.vrchat.cloud/api/1/avatars

FavoritesAPI/DeleteFavorite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This API allows you to delete a favorite
88
DELETE
99

1010
## Endpoint
11-
https://api.vrchat.cloud/api/1/favorites/<ID>
11+
https://api.vrchat.cloud/api/1/favorites/[ID]
1212

1313
ID - The Favorite Id
1414

FavoritesAPI/GetFavorite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This API allows you to get information about a specific favorite.
88
GET
99

1010
## Endpoint
11-
https://api.vrchat.cloud/api/1/favorites/<ID>
11+
https://api.vrchat.cloud/api/1/favorites/[ID]
1212

1313
ID - The Favorite Id
1414

FileAPI/CreateNewVersion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The delta is unknown
1414
POST
1515

1616
## Endpoint
17-
https://api.vrchat.cloud/api/1/file/<ID>
17+
https://api.vrchat.cloud/api/1/file/[ID]
1818

1919

2020
ID - the file id

FileAPI/DeleteFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This API allows you to delete files from the server.
88
DELETE
99

1010
## Endpoint
11-
https://api.vrchat.cloud/api/1/file/<FILEID>
11+
https://api.vrchat.cloud/api/1/file/[FILEID]
1212

1313
FILEID - the file id
1414

FileAPI/FinishUpload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is to finish an upload to a file
88
PUT
99

1010
## Endpoint <ID>
11-
https://api.vrchat.cloud/api/1/file/<ID>/<VERSION>/<TYPE>/finish
11+
https://api.vrchat.cloud/api/1/file/[ID]/[VERSION]/[TYPE]/finish
1212

1313
id - the id of the file
1414
version - the version of the file

FileAPI/GetFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This API allows you to get file info from the server.
88
GET
99

1010
## Endpoint
11-
https://api.vrchat.cloud/api/1/file/<FILEID>
11+
https://api.vrchat.cloud/api/1/file/[FILEID]
1212

1313
fileId - the file id
1414

0 commit comments

Comments
 (0)