From 23fc14c03be99d591a1f1e9c78d155393bd10fac Mon Sep 17 00:00:00 2001 From: Samuel Cattini-Schultz Date: Sat, 23 Nov 2024 15:02:12 +1100 Subject: [PATCH] Update api reference --- docs/docs/api-reference/difficalcy-osu.json | 34 +++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/docs/api-reference/difficalcy-osu.json b/docs/docs/api-reference/difficalcy-osu.json index 6f1daef..abdda3c 100644 --- a/docs/docs/api-reference/difficalcy-osu.json +++ b/docs/docs/api-reference/difficalcy-osu.json @@ -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", @@ -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