We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0a59a commit cc4fc55Copy full SHA for cc4fc55
openapi/api.2b2t.vc.openapi.json
@@ -821,7 +821,7 @@
821
"playerName": {
822
"type": "string"
823
},
824
- "playerUuid": {
+ "uuid": {
825
"type": "string",
826
"format": "uuid"
827
}
@@ -1053,13 +1053,13 @@
1053
"PlayerDeathOrKillCount": {
1054
"type": "object",
1055
"properties": {
1056
+ "playerName": {
1057
+ "type": "string"
1058
+ },
1059
"uuid": {
1060
1061
1062
- "playerName": {
- "type": "string"
- },
1063
"count": {
1064
"type": "integer",
1065
"format": "int32"
0 commit comments