Skip to content

Commit

Permalink
Update api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Nov 23, 2024
1 parent 28a586c commit 612d954
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/docs/api-reference/difficalcy-osu.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,26 @@
"format": "int32"
}
},
{
"name": "SliderTails",
"in": "query",
"schema": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer",
"format": "int32"
}
},
{
"name": "SliderTicks",
"in": "query",
"schema": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer",
"format": "int32"
}
},
{
"name": "BeatmapId",
"in": "query",
Expand Down Expand Up @@ -296,6 +316,20 @@
"minimum": 0,
"type": "integer",
"format": "int32"
},
"sliderTails": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer",
"format": "int32",
"nullable": true
},
"sliderTicks": {
"maximum": 2147483647,
"minimum": 0,
"type": "integer",
"format": "int32",
"nullable": true
}
},
"additionalProperties": false
Expand Down

0 comments on commit 612d954

Please sign in to comment.