Skip to content

Commit

Permalink
SDK Version 4.8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Builder committed Feb 29, 2024
1 parent 7512899 commit 3a37c00
Show file tree
Hide file tree
Showing 1,386 changed files with 14,471 additions and 8,096 deletions.
2 changes: 1 addition & 1 deletion Documenation/.gitcommit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1068faaedaac03cf08a0cf47318f363ffcb46676
3cecf317ffea62680cefab1565c2f23fec1755d9
2 changes: 1 addition & 1 deletion Documenation/doc/plugins/ui/features/basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h1 id="features-basic-input">Features: Basic Input</h1>
<h2 id="element-names-and-descriptions">Element Names and Descriptions</h2>
<p>Most items can have a display name and a description which can be both specified via attributes:</p>
<ul>
<li><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.displaynameattribute">DisplayNameAttribute</a></li>
<li>@System.ComponentModel.DisplayNameAttribute</li>
<li><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.descriptionattribute">DescriptionAttribute</a></li>
</ul>
<pre><code class="lang-csharp">[DisplayName(&quot;Name of the Demo&quot;)]
Expand Down
33 changes: 24 additions & 9 deletions Documenation/download/.manifest

Large diffs are not rendered by default.

179 changes: 177 additions & 2 deletions Documenation/download/openapi_v2_noversion.json
Original file line number Diff line number Diff line change
Expand Up @@ -15177,6 +15177,59 @@
"x-RequiredAuthentication": "Requires authentication as administrator"
}
},
"/BackupRestore/RestoreData": {
"post": {
"tags": [
"BackupApi"
],
"description": "Requires authentication as administrator",
"operationId": "postBackuprestoreRestoredata",
"consumes": [
"application/json",
"application/xml"
],
"parameters": [
{
"in": "body",
"name": "body",
"description": "DataRestoreOptions: ",
"required": true,
"schema": {
"$ref": "#/definitions/MBBackup.Api.DataRestoreOptions"
}
}
],
"responses": {
"200": {
"description": "Operation successful. Empty response."
},
"400": {
"$ref": "#/responses/400"
},
"401": {
"$ref": "#/responses/401"
},
"403": {
"$ref": "#/responses/403"
},
"404": {
"$ref": "#/responses/404"
},
"500": {
"$ref": "#/responses/500"
}
},
"security": [
{
"apikeyauth": [ ]
},
{
"embyauth": [ ]
}
],
"x-RequiredAuthentication": "Requires authentication as administrator"
}
},
"/BackupRestore/BackupInfo": {
"get": {
"tags": [
Expand Down Expand Up @@ -45203,6 +45256,68 @@
},
"x-summary": "Adds new tags to an item"
},
"/Items/{Id}/Tags/Delete": {
"post": {
"tags": [
"TagService"
],
"summary": "Removes tags from an item",
"description": "Requires authentication as user",
"operationId": "postItemsByIdTagsDelete",
"consumes": [
"application/json",
"application/xml"
],
"parameters": [
{
"in": "path",
"name": "Id",
"description": "Item Id",
"required": true,
"type": "string"
},
{
"in": "body",
"name": "body",
"description": "RemoveTags",
"required": true,
"schema": {
"$ref": "#/definitions/UserLibrary.RemoveTags"
}
}
],
"responses": {
"200": {
"description": "Operation successful. Empty response."
},
"400": {
"$ref": "#/responses/400"
},
"401": {
"$ref": "#/responses/401"
},
"403": {
"$ref": "#/responses/403"
},
"404": {
"$ref": "#/responses/404"
},
"500": {
"$ref": "#/responses/500"
}
},
"security": [
{
"apikeyauth": [ ]
},
{
"embyauth": [ ]
}
],
"x-RequiredAuthentication": "Requires authentication as user"
},
"x-summary": "Removes tags from an item"
},
"/Items/{Id}/Subtitles/{Index}": {
"delete": {
"tags": [
Expand Down Expand Up @@ -58817,6 +58932,30 @@
},
"x-internal-ref-name": "MBBackup.Api.RestoreOptions"
},
"MBBackup.Api.DataRestoreOptions": {
"type": "object",
"properties": {
"Users": {
"type": "array",
"items": {
"$ref": "#/definitions/MBBackup.Api.UserRestoreInfo"
}
}
},
"x-internal-ref-name": "MBBackup.Api.DataRestoreOptions"
},
"MBBackup.Api.UserRestoreInfo": {
"type": "object",
"properties": {
"SourceUserId": {
"type": "string"
},
"TargetUserId": {
"type": "string"
}
},
"x-internal-ref-name": "MBBackup.Api.UserRestoreInfo"
},
"MBBackup.Api.AllBackupsInfo": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -58853,6 +58992,12 @@
"DateCreated": {
"format": "date-time",
"type": "string"
},
"Users": {
"type": "array",
"items": {
"$ref": "#/definitions/NameIdPair"
}
}
},
"x-internal-ref-name": "MBBackup.BackupInfo"
Expand Down Expand Up @@ -60719,6 +60864,9 @@
"AllowMappingByNumber": {
"type": "boolean"
},
"ImportGuideData": {
"type": "boolean"
},
"Source": {
"type": "string"
},
Expand Down Expand Up @@ -62438,7 +62586,7 @@
"PlaylistsUpgradedToM3U": {
"type": "boolean"
},
"ImageExtractorUpgraded": {
"ImageExtractorUpgraded1": {
"type": "boolean"
},
"EnablePeopleLetterSubFolders": {
Expand All @@ -62454,7 +62602,7 @@
"DisableAsyncIO": {
"type": "boolean"
},
"MigratedToUserItemShares4": {
"MigratedToUserItemShares6": {
"type": "boolean"
},
"MigratedLibraryOptionsToDb": {
Expand All @@ -62466,6 +62614,9 @@
"EnableSavedMetadataForPeople": {
"type": "boolean"
},
"TvChannelsRefreshed": {
"type": "boolean"
},
"ProxyHeaderMode": {
"$ref": "#/definitions/ProxyHeaderMode"
},
Expand Down Expand Up @@ -62606,6 +62757,9 @@
"IsShuttingDown": {
"type": "boolean"
},
"HasImageEnhancers": {
"type": "boolean"
},
"OperatingSystem": {
"description": "The operating sytem.",
"type": "string"
Expand Down Expand Up @@ -62692,6 +62846,12 @@
"HardwareAccelerationRequiresPremiere": {
"type": "boolean"
},
"WakeOnLanInfo": {
"type": "array",
"items": {
"$ref": "#/definitions/WakeOnLanInfo"
}
},
"LocalAddress": {
"description": "The local address.",
"type": "string"
Expand Down Expand Up @@ -64356,6 +64516,9 @@
"description": "The key.",
"type": "string"
},
"Website": {
"type": "string"
},
"UrlFormatString": {
"description": "The URL format string.",
"type": "string"
Expand Down Expand Up @@ -66452,6 +66615,18 @@
},
"x-internal-ref-name": "Emby.Api.UserLibrary.AddTags"
},
"UserLibrary.RemoveTags": {
"type": "object",
"properties": {
"Tags": {
"type": "array",
"items": {
"$ref": "#/definitions/NameIdPair"
}
}
},
"x-internal-ref-name": "Emby.Api.UserLibrary.RemoveTags"
},
"ImageProviderInfo": {
"description": "Class ImageProviderInfo.\r\n",
"type": "object",
Expand Down
Loading

0 comments on commit 3a37c00

Please sign in to comment.