v1

latestOpenAPI 3.0.02026-07-1355113123.3 KB
Application

Update-Media-Providers

post/settings/application/media/providers

Request body

namestring

The name for the provider

typestring

The type of provider

Example request

[
  {
    "name": "<Provider Name>",
    "type": "www",
    "config": {
      "bearer": "<Bearer Auth Token>"
    }
  }
]