PUT api/Media/MediaTypes
Request Information
URI Parameters
None.
Body Parameters
Dictionary of globally unique identifier [key] and Dictionary of string [key] and string [value] [value]Request Formats
application/json, text/json
Sample:
{ "4c751da9-b031-4d1d-882c-2da6e2b7dbf6": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "6ccaaad7-e470-4f1f-8f96-eb1fa58e7a30": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of IMediaName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
LanguageCode | string |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.