mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
fix: Check if this fixes the api
This commit is contained in:
parent
493f40645c
commit
fdb3178f49
6 changed files with 38 additions and 36 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue