Automated API Docs update

pull/8794/head
Servarr 11 months ago committed by Bogdan
parent 48b9c1e8b9
commit 7a222dcd9f

@ -4434,53 +4434,6 @@
}
}
},
"/api/v3/metadata/bulk": {
"put": {
"tags": [
"Metadata"
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MetadataBulkResource"
}
}
}
},
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MetadataResource"
}
}
}
}
}
},
"delete": {
"tags": [
"Metadata"
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MetadataBulkResource"
}
}
}
},
"responses": {
"200": {
"description": "Success"
}
}
}
},
"/api/v3/metadata/schema": {
"get": {
"tags": [
@ -5811,53 +5764,6 @@
}
}
},
"/api/v3/notification/bulk": {
"put": {
"tags": [
"Notification"
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/NotificationBulkResource"
}
}
}
},
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/NotificationResource"
}
}
}
}
}
},
"delete": {
"tags": [
"Notification"
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/NotificationBulkResource"
}
}
}
},
"responses": {
"200": {
"description": "Success"
}
}
}
},
"/api/v3/notification/schema": {
"get": {
"tags": [
@ -10613,31 +10519,6 @@
},
"additionalProperties": false
},
"MetadataBulkResource": {
"type": "object",
"properties": {
"ids": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"nullable": true
},
"tags": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"nullable": true
},
"applyTags": {
"$ref": "#/components/schemas/ApplyTags"
}
},
"additionalProperties": false
},
"MetadataConfigResource": {
"type": "object",
"properties": {
@ -11415,31 +11296,6 @@
},
"additionalProperties": false
},
"NotificationBulkResource": {
"type": "object",
"properties": {
"ids": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"nullable": true
},
"tags": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"nullable": true
},
"applyTags": {
"$ref": "#/components/schemas/ApplyTags"
}
},
"additionalProperties": false
},
"NotificationResource": {
"type": "object",
"properties": {

Loading…
Cancel
Save