|
|
@ -199,6 +199,53 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"/api/v1/applications/bulk": {
|
|
|
|
|
|
|
|
"put": {
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
"Application"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"requestBody": {
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/ApplicationBulkResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"responses": {
|
|
|
|
|
|
|
|
"200": {
|
|
|
|
|
|
|
|
"description": "Success",
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/ApplicationResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"delete": {
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
"Application"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"requestBody": {
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/ApplicationBulkResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"responses": {
|
|
|
|
|
|
|
|
"200": {
|
|
|
|
|
|
|
|
"description": "Success"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"/api/v1/applications/schema": {
|
|
|
|
"/api/v1/applications/schema": {
|
|
|
|
"get": {
|
|
|
|
"get": {
|
|
|
|
"tags": [
|
|
|
|
"tags": [
|
|
|
@ -1062,6 +1109,53 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"/api/v1/downloadclient/bulk": {
|
|
|
|
|
|
|
|
"put": {
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
"DownloadClient"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"requestBody": {
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/DownloadClientBulkResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"responses": {
|
|
|
|
|
|
|
|
"200": {
|
|
|
|
|
|
|
|
"description": "Success",
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/DownloadClientResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"delete": {
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
"DownloadClient"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"requestBody": {
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/DownloadClientBulkResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"responses": {
|
|
|
|
|
|
|
|
"200": {
|
|
|
|
|
|
|
|
"description": "Success"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"/api/v1/downloadclient/schema": {
|
|
|
|
"/api/v1/downloadclient/schema": {
|
|
|
|
"get": {
|
|
|
|
"get": {
|
|
|
|
"tags": [
|
|
|
|
"tags": [
|
|
|
@ -1648,6 +1742,53 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"/api/v1/indexer/bulk": {
|
|
|
|
|
|
|
|
"put": {
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
"Indexer"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"requestBody": {
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/IndexerBulkResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"responses": {
|
|
|
|
|
|
|
|
"200": {
|
|
|
|
|
|
|
|
"description": "Success",
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/IndexerResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"delete": {
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
"Indexer"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"requestBody": {
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/IndexerBulkResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"responses": {
|
|
|
|
|
|
|
|
"200": {
|
|
|
|
|
|
|
|
"description": "Success"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"/api/v1/indexer/schema": {
|
|
|
|
"/api/v1/indexer/schema": {
|
|
|
|
"get": {
|
|
|
|
"get": {
|
|
|
|
"tags": [
|
|
|
|
"tags": [
|
|
|
@ -1756,46 +1897,6 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"/api/v1/indexer/editor": {
|
|
|
|
|
|
|
|
"put": {
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
"IndexerEditor"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"requestBody": {
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/IndexerEditorResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"responses": {
|
|
|
|
|
|
|
|
"200": {
|
|
|
|
|
|
|
|
"description": "Success"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"delete": {
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
"IndexerEditor"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"requestBody": {
|
|
|
|
|
|
|
|
"content": {
|
|
|
|
|
|
|
|
"application/json": {
|
|
|
|
|
|
|
|
"schema": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/IndexerEditorResource"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"responses": {
|
|
|
|
|
|
|
|
"200": {
|
|
|
|
|
|
|
|
"description": "Success"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"/api/v1/indexerproxy/{id}": {
|
|
|
|
"/api/v1/indexerproxy/{id}": {
|
|
|
|
"get": {
|
|
|
|
"get": {
|
|
|
|
"tags": [
|
|
|
|
"tags": [
|
|
|
@ -3733,6 +3834,34 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
"additionalProperties": false
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"ApplicationBulkResource": {
|
|
|
|
|
|
|
|
"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"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"syncLevel": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/ApplicationSyncLevel"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
|
|
|
},
|
|
|
|
"ApplicationResource": {
|
|
|
|
"ApplicationResource": {
|
|
|
|
"type": "object",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"properties": {
|
|
|
@ -4102,6 +4231,40 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
"additionalProperties": false
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"DownloadClientBulkResource": {
|
|
|
|
|
|
|
|
"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"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"enable": {
|
|
|
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"priority": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
|
|
|
},
|
|
|
|
"DownloadClientCategory": {
|
|
|
|
"DownloadClientCategory": {
|
|
|
|
"type": "object",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"properties": {
|
|
|
@ -4603,6 +4766,65 @@
|
|
|
|
"type": "object",
|
|
|
|
"type": "object",
|
|
|
|
"additionalProperties": false
|
|
|
|
"additionalProperties": false
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"IndexerBulkResource": {
|
|
|
|
|
|
|
|
"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"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"enable": {
|
|
|
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"appProfileId": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"priority": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"minimumSeeders": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"seedRatio": {
|
|
|
|
|
|
|
|
"type": "number",
|
|
|
|
|
|
|
|
"format": "double",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"seedTime": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"packSeedTime": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
|
|
|
},
|
|
|
|
"IndexerCapabilityResource": {
|
|
|
|
"IndexerCapabilityResource": {
|
|
|
|
"type": "object",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"properties": {
|
|
|
@ -4694,45 +4916,6 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
"additionalProperties": false
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"IndexerEditorResource": {
|
|
|
|
|
|
|
|
"type": "object",
|
|
|
|
|
|
|
|
"properties": {
|
|
|
|
|
|
|
|
"indexerIds": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"enable": {
|
|
|
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"appProfileId": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"priority": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"tags": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"type": "integer",
|
|
|
|
|
|
|
|
"format": "int32"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"applyTags": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/ApplyTags"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"IndexerPrivacy": {
|
|
|
|
"IndexerPrivacy": {
|
|
|
|
"enum": [
|
|
|
|
"enum": [
|
|
|
|
"public",
|
|
|
|
"public",
|
|
|
|