fix: Check if this fixes the api

This commit is contained in:
PartyDonut 2025-11-11 21:27:11 +01:00
parent 493f40645c
commit fdb3178f49
6 changed files with 38 additions and 36 deletions

View file

@ -22549,7 +22549,7 @@
]
}
},
"/Items": {
"/Users/{userId}/Items": {
"get": {
"tags": [
"Items"
@ -22559,7 +22559,8 @@
"parameters": [
{
"name": "userId",
"in": "query",
"in": "path",
"required": true,
"description": "The user id supplied as query parameter; this is required when not using an API key.",
"schema": {
"type": "string",
@ -51151,7 +51152,7 @@
]
}
},
"/Items/Latest": {
"Users/{userId}/Items/Latest": {
"get": {
"tags": [
"UserLibrary"
@ -51161,8 +51162,9 @@
"parameters": [
{
"name": "userId",
"in": "query",
"in": "path",
"description": "User id.",
"required": true,
"schema": {
"type": "string",
"format": "uuid"