1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-21 23:32:27 +00:00

Automated API Docs update

This commit is contained in:
Servarr 2024-08-26 04:14:01 +00:00 committed by Bogdan
parent 8d3dc0a470
commit 7738ee78c8

View file

@ -439,20 +439,10 @@
"200": {
"description": "OK",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/ArtistResource"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/ArtistResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/ArtistResource"
}
}
}
}
@ -544,20 +534,10 @@
"200": {
"description": "OK",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/ArtistResource"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/ArtistResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/ArtistResource"
}
}
}
}
@ -1633,6 +1613,26 @@
}
},
"/api/v1/customformat": {
"get": {
"tags": [
"CustomFormat"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CustomFormatResource"
}
}
}
}
}
}
},
"post": {
"tags": [
"CustomFormat"
@ -1668,26 +1668,53 @@
}
}
}
},
"get": {
}
},
"/api/v1/customformat/bulk": {
"put": {
"tags": [
"CustomFormat"
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CustomFormatBulkResource"
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CustomFormatResource"
}
"$ref": "#/components/schemas/CustomFormatResource"
}
}
}
}
}
},
"delete": {
"tags": [
"CustomFormat"
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CustomFormatBulkResource"
}
}
}
},
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/api/v1/customformat/schema": {
@ -9296,6 +9323,25 @@
},
"additionalProperties": false
},
"CustomFormatBulkResource": {
"type": "object",
"properties": {
"ids": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"nullable": true
},
"includeCustomFormatWhenRenaming": {
"type": "boolean",
"nullable": true
}
},
"additionalProperties": false
},
"CustomFormatResource": {
"type": "object",
"properties": {
@ -9877,6 +9923,10 @@
"type": "string",
"nullable": true
},
"logSizeLimit": {
"type": "integer",
"format": "int32"
},
"consoleLogLevel": {
"type": "string",
"nullable": true