Skip to content

Commit fa2e652

Browse files
authored
v0.13.0 (#59)
1 parent 02e99e7 commit fa2e652

27 files changed

+1335
-63
lines changed

.openapi-generator/FILES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ docs/CreateTrackResponse.md
3131
docs/CreateTranscriptionVocabularyRequest.md
3232
docs/CreateUploadRequest.md
3333
docs/CreateWebInputRequest.md
34+
docs/DRMConfiguration.md
35+
docs/DRMConfigurationResponse.md
36+
docs/DRMConfigurationsApi.md
3437
docs/DeliveryReport.md
3538
docs/DeliveryReportDeliveredSecondsByResolution.md
3639
docs/DeliveryUsageApi.md
@@ -82,6 +85,7 @@ docs/ListAllMetricValuesResponse.md
8285
docs/ListAssetsResponse.md
8386
docs/ListBreakdownValuesResponse.md
8487
docs/ListBreakdownValuesResponseMeta.md
88+
docs/ListDRMConfigurationsResponse.md
8589
docs/ListDeliveryUsageResponse.md
8690
docs/ListDimensionValuesResponse.md
8791
docs/ListDimensionsResponse.md
@@ -184,6 +188,7 @@ docs/WebInputResponse.md
184188
docs/WebInputsApi.md
185189
src/Mux.Csharp.Sdk.Test/Mux.Csharp.Sdk.Test.csproj
186190
src/Mux.Csharp.Sdk/Api/AssetsApi.cs
191+
src/Mux.Csharp.Sdk/Api/DRMConfigurationsApi.cs
187192
src/Mux.Csharp.Sdk/Api/DeliveryUsageApi.cs
188193
src/Mux.Csharp.Sdk/Api/DimensionsApi.cs
189194
src/Mux.Csharp.Sdk/Api/DirectUploadsApi.cs
@@ -249,6 +254,8 @@ src/Mux.Csharp.Sdk/Model/CreateTrackResponse.cs
249254
src/Mux.Csharp.Sdk/Model/CreateTranscriptionVocabularyRequest.cs
250255
src/Mux.Csharp.Sdk/Model/CreateUploadRequest.cs
251256
src/Mux.Csharp.Sdk/Model/CreateWebInputRequest.cs
257+
src/Mux.Csharp.Sdk/Model/DRMConfiguration.cs
258+
src/Mux.Csharp.Sdk/Model/DRMConfigurationResponse.cs
252259
src/Mux.Csharp.Sdk/Model/DeliveryReport.cs
253260
src/Mux.Csharp.Sdk/Model/DeliveryReportDeliveredSecondsByResolution.cs
254261
src/Mux.Csharp.Sdk/Model/DimensionValue.cs
@@ -293,6 +300,7 @@ src/Mux.Csharp.Sdk/Model/ListAllMetricValuesResponse.cs
293300
src/Mux.Csharp.Sdk/Model/ListAssetsResponse.cs
294301
src/Mux.Csharp.Sdk/Model/ListBreakdownValuesResponse.cs
295302
src/Mux.Csharp.Sdk/Model/ListBreakdownValuesResponseMeta.cs
303+
src/Mux.Csharp.Sdk/Model/ListDRMConfigurationsResponse.cs
296304
src/Mux.Csharp.Sdk/Model/ListDeliveryUsageResponse.cs
297305
src/Mux.Csharp.Sdk/Model/ListDimensionValuesResponse.cs
298306
src/Mux.Csharp.Sdk/Model/ListDimensionsResponse.cs

Mux.Csharp.Sdk.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mux.Csharp.Sdk", "src\Mux.Csharp.Sdk\Mux.Csharp.Sdk.csproj", "{B938D962-6319-4AA3-BBD2-067CE0E28E26}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mux.Csharp.Sdk", "src\Mux.Csharp.Sdk\Mux.Csharp.Sdk.csproj", "{F6690C70-83FC-436A-96B7-8DE9348BD871}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mux.Csharp.Sdk.Test", "src\Mux.Csharp.Sdk.Test\Mux.Csharp.Sdk.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{B938D962-6319-4AA3-BBD2-067CE0E28E26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{B938D962-6319-4AA3-BBD2-067CE0E28E26}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{B938D962-6319-4AA3-BBD2-067CE0E28E26}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{B938D962-6319-4AA3-BBD2-067CE0E28E26}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{F6690C70-83FC-436A-96B7-8DE9348BD871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{F6690C70-83FC-436A-96B7-8DE9348BD871}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{F6690C70-83FC-436A-96B7-8DE9348BD871}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{F6690C70-83FC-436A-96B7-8DE9348BD871}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Mux is how developers build online video. This API encompasses both Mux Video an
1616
**PLEASE NOTE:** This is an early build of the Mux C# SDK, as evidenced by its pre-1.0 status, but we're reasonably certain of its stability and usability against the Mux API.. Documentation is currently best-effort, but it'll improve over time! Instead of contacting Mux Support, please file an issue on this repository or email [Mux DevEx]([email protected]) for assistance.
1717

1818
- API version: v1
19-
- SDK version: 0.12.0
19+
- SDK version: 0.13.0
2020
[https://docs.mux.com](https://docs.mux.com)
2121

2222
<a name="frameworks-supported"></a>
@@ -129,6 +129,8 @@ Class | Method | HTTP request | Description
129129
*AssetsApi* | [**UpdateAsset**](docs/AssetsApi.md#updateasset) | **PATCH** /video/v1/assets/{ASSET_ID} | Update an asset
130130
*AssetsApi* | [**UpdateAssetMasterAccess**](docs/AssetsApi.md#updateassetmasteraccess) | **PUT** /video/v1/assets/{ASSET_ID}/master-access | Update master access
131131
*AssetsApi* | [**UpdateAssetMp4Support**](docs/AssetsApi.md#updateassetmp4support) | **PUT** /video/v1/assets/{ASSET_ID}/mp4-support | Update MP4 support
132+
*DRMConfigurationsApi* | [**GetDrmConfiguration**](docs/DRMConfigurationsApi.md#getdrmconfiguration) | **GET** /video/v1/drm-configurations/{DRM_CONFIGURATION_ID} | Retrieve a DRM Configuration
133+
*DRMConfigurationsApi* | [**ListDrmConfigurations**](docs/DRMConfigurationsApi.md#listdrmconfigurations) | **GET** /video/v1/drm-configurations | List DRM Configurations
132134
*DeliveryUsageApi* | [**ListDeliveryUsage**](docs/DeliveryUsageApi.md#listdeliveryusage) | **GET** /video/v1/delivery-usage | List Usage
133135
*DimensionsApi* | [**ListDimensionValues**](docs/DimensionsApi.md#listdimensionvalues) | **GET** /data/v1/dimensions/{DIMENSION_ID} | Lists the values for a specific dimension
134136
*DimensionsApi* | [**ListDimensions**](docs/DimensionsApi.md#listdimensions) | **GET** /data/v1/dimensions | List Dimensions
@@ -250,6 +252,8 @@ Class | Method | HTTP request | Description
250252
- [Model.CreateTranscriptionVocabularyRequest](docs/CreateTranscriptionVocabularyRequest.md)
251253
- [Model.CreateUploadRequest](docs/CreateUploadRequest.md)
252254
- [Model.CreateWebInputRequest](docs/CreateWebInputRequest.md)
255+
- [Model.DRMConfiguration](docs/DRMConfiguration.md)
256+
- [Model.DRMConfigurationResponse](docs/DRMConfigurationResponse.md)
253257
- [Model.DeliveryReport](docs/DeliveryReport.md)
254258
- [Model.DeliveryReportDeliveredSecondsByResolution](docs/DeliveryReportDeliveredSecondsByResolution.md)
255259
- [Model.DimensionValue](docs/DimensionValue.md)
@@ -294,6 +298,7 @@ Class | Method | HTTP request | Description
294298
- [Model.ListAssetsResponse](docs/ListAssetsResponse.md)
295299
- [Model.ListBreakdownValuesResponse](docs/ListBreakdownValuesResponse.md)
296300
- [Model.ListBreakdownValuesResponseMeta](docs/ListBreakdownValuesResponseMeta.md)
301+
- [Model.ListDRMConfigurationsResponse](docs/ListDRMConfigurationsResponse.md)
297302
- [Model.ListDeliveryUsageResponse](docs/ListDeliveryUsageResponse.md)
298303
- [Model.ListDimensionValuesResponse](docs/ListDimensionValuesResponse.md)
299304
- [Model.ListDimensionsResponse](docs/ListDimensionsResponse.md)

docs/CreateAssetRequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Input** | [**List&lt;InputSettings&gt;**](InputSettings.md) | An array of objects that each describe an input file to be used to create the asset. As a shortcut, input can also be a string URL for a file when only one input file is used. See &#x60;input[].url&#x60; for requirements. | [optional]
8-
**PlaybackPolicy** | [**List&lt;PlaybackPolicy&gt;**](PlaybackPolicy.md) | An array of playback policy names that you want applied to this asset and available through &#x60;playback_ids&#x60;. Options include: &#x60;\&quot;public\&quot;&#x60; (anyone with the playback URL can stream the asset). And &#x60;\&quot;signed\&quot;&#x60; (an additional access token is required to play the asset). If no playback_policy is set, the asset will have no playback IDs and will therefore not be playable. For simplicity, a single string name can be used in place of the array in the case of only one playback policy. | [optional]
8+
**PlaybackPolicy** | [**List&lt;PlaybackPolicy&gt;**](PlaybackPolicy.md) | An array of playback policy names that you want applied to this asset and available through &#x60;playback_ids&#x60;. Options include: * &#x60;\&quot;public\&quot;&#x60; (anyone with the playback URL can stream the asset). * &#x60;\&quot;signed\&quot;&#x60; (an additional access token is required to play the asset). If no &#x60;playback_policy&#x60; is set, the asset will have no playback IDs and will therefore not be playable. For simplicity, a single string name can be used in place of the array in the case of only one playback policy. | [optional]
9+
**AdvancedPlaybackPolicies** | [**List&lt;CreatePlaybackIDRequest&gt;**](CreatePlaybackIDRequest.md) | An array of playback policy objects that you want applied to this asset and available through &#x60;playback_ids&#x60;. &#x60;advanced_playback_policies&#x60; must be used instead of &#x60;playback_policy&#x60; when creating a DRM playback ID. | [optional]
910
**PerTitleEncode** | **bool** | | [optional]
1011
**Passthrough** | **string** | Arbitrary user-supplied metadata that will be included in the asset details and related webhooks. Can be used to store your own ID for a video along with the asset. **Max: 255 characters**. | [optional]
1112
**Mp4Support** | **string** | Specify what level of support for mp4 playback. * The &#x60;capped-1080p&#x60; option produces a single MP4 file, called &#x60;capped-1080p.mp4&#x60;, with the video resolution capped at 1080p. This option produces an &#x60;audio.m4a&#x60; file for an audio-only asset. * The &#x60;audio-only&#x60; option produces a single M4A file, called &#x60;audio.m4a&#x60; for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The &#x60;audio-only,capped-1080p&#x60; option produces both the &#x60;audio.m4a&#x60; and &#x60;capped-1080p.mp4&#x60; files. Only the &#x60;capped-1080p.mp4&#x60; file is produced for a video-only asset, while only the &#x60;audio.m4a&#x60; file is produced for an audio-only asset. The &#x60;standard&#x60;(deprecated) option produces up to three MP4 files with different levels of resolution (&#x60;high.mp4&#x60;, &#x60;medium.mp4&#x60;, &#x60;low.mp4&#x60;, or &#x60;audio.m4a&#x60; for an audio-only asset). MP4 files are not produced for &#x60;none&#x60; (default). In most cases you should use our default HLS-based streaming playback (&#x60;{playback_id}.m3u8&#x60;) which can automatically adjust to viewers&#39; connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional]

docs/CreateLiveStreamRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**PlaybackPolicy** | [**List&lt;PlaybackPolicy&gt;**](PlaybackPolicy.md) | | [optional]
8+
**AdvancedPlaybackPolicies** | [**List&lt;CreatePlaybackIDRequest&gt;**](CreatePlaybackIDRequest.md) | An array of playback policy objects that you want applied to this asset and available through &#x60;playback_ids&#x60;. &#x60;advanced_playback_policies&#x60; must be used instead of &#x60;playback_policy&#x60; when creating a DRM playback ID. | [optional]
89
**NewAssetSettings** | [**CreateAssetRequest**](CreateAssetRequest.md) | | [optional]
910
**ReconnectWindow** | **float** | When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. Defaults to 60 seconds on the API if not specified. If not specified directly, Standard Latency streams have a Reconnect Window of 60 seconds; Reduced and Low Latency streams have a default of 0 seconds, or no Reconnect Window. For that reason, we suggest specifying a value other than zero for Reduced and Low Latency streams. Reduced and Low Latency streams with a Reconnect Window greater than zero will insert slate media into the recorded asset while waiting for the streaming software to reconnect or when there are brief interruptions in the live stream media. When using a Reconnect Window setting higher than 60 seconds with a Standard Latency stream, we highly recommend enabling slate with the &#x60;use_slate_for_standard_latency&#x60; option. | [optional] [default to 60F]
1011
**UseSlateForStandardLatency** | **bool** | By default, Standard Latency live streams do not have slate media inserted while waiting for live streaming software to reconnect to Mux. Setting this to true enables slate insertion on a Standard Latency stream. | [optional] [default to false]

docs/CreatePlaybackIDRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Policy** | **PlaybackPolicy** | | [optional]
8+
**DrmConfigurationId** | **string** | The DRM configuration used by this playback ID. Must only be set when &#x60;policy&#x60; is set to &#x60;drm&#x60;. | [optional]
89

910
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1011

docs/CreateUploadRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**Timeout** | **int** | Max time in seconds for the signed upload URL to be valid. If a successful upload has not occurred before the timeout limit, the direct upload is marked &#x60;timed_out&#x60; | [optional] [default to 3600]
88
**CorsOrigin** | **string** | If the upload URL will be used in a browser, you must specify the origin in order for the signed URL to have the correct CORS headers. | [optional]
99
**NewAssetSettings** | [**CreateAssetRequest**](CreateAssetRequest.md) | | [optional]
10-
**Test** | **bool** | | [optional]
10+
**Test** | **bool** | Indicates if this is a test Direct Upload, in which case the Asset that gets created will be a &#x60;test&#x60; Asset. | [optional]
1111

1212
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1313

docs/DRMConfiguration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Mux.Csharp.Sdk.Model.DRMConfiguration
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Id** | **string** | Unique identifier for the DRM Configuration. Max 255 characters. | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+

docs/DRMConfigurationResponse.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Mux.Csharp.Sdk.Model.DRMConfigurationResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Data** | [**DRMConfiguration**](DRMConfiguration.md) | | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+

docs/DRMConfigurationsApi.md

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
# Mux.Csharp.Sdk.Api.DRMConfigurationsApi
2+
3+
All URIs are relative to *https://api.mux.com*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**GetDrmConfiguration**](DRMConfigurationsApi.md#getdrmconfiguration) | **GET** /video/v1/drm-configurations/{DRM_CONFIGURATION_ID} | Retrieve a DRM Configuration
8+
[**ListDrmConfigurations**](DRMConfigurationsApi.md#listdrmconfigurations) | **GET** /video/v1/drm-configurations | List DRM Configurations
9+
10+
11+
<a name="getdrmconfiguration"></a>
12+
# **GetDrmConfiguration**
13+
> DRMConfigurationResponse GetDrmConfiguration (string DRM_CONFIGURATION_ID)
14+
15+
Retrieve a DRM Configuration
16+
17+
Retrieves a single DRM Configuration.
18+
19+
### Example
20+
```csharp
21+
using System.Collections.Generic;
22+
using System.Diagnostics;
23+
using Mux.Csharp.Sdk.Api;
24+
using Mux.Csharp.Sdk.Client;
25+
using Mux.Csharp.Sdk.Model;
26+
27+
namespace Example
28+
{
29+
public class GetDrmConfigurationExample
30+
{
31+
public static void Main()
32+
{
33+
Configuration config = new Configuration();
34+
config.BasePath = "https://api.mux.com";
35+
// Configure HTTP basic authorization: accessToken
36+
config.Username = "YOUR_USERNAME";
37+
config.Password = "YOUR_PASSWORD";
38+
39+
var apiInstance = new DRMConfigurationsApi(config);
40+
var DRM_CONFIGURATION_ID = "DRM_CONFIGURATION_ID_example"; // string | The DRM Configuration ID.
41+
42+
try
43+
{
44+
// Retrieve a DRM Configuration
45+
DRMConfigurationResponse result = apiInstance.GetDrmConfiguration(DRM_CONFIGURATION_ID);
46+
Debug.WriteLine(result);
47+
}
48+
catch (ApiException e)
49+
{
50+
Debug.Print("Exception when calling DRMConfigurationsApi.GetDrmConfiguration: " + e.Message );
51+
Debug.Print("Status Code: "+ e.ErrorCode);
52+
Debug.Print(e.StackTrace);
53+
}
54+
}
55+
}
56+
}
57+
```
58+
59+
### Parameters
60+
61+
Name | Type | Description | Notes
62+
------------- | ------------- | ------------- | -------------
63+
**DRM_CONFIGURATION_ID** | **string**| The DRM Configuration ID. |
64+
65+
### Return type
66+
67+
[**DRMConfigurationResponse**](DRMConfigurationResponse.md)
68+
69+
### Authorization
70+
71+
[accessToken](../README.md#accessToken)
72+
73+
### HTTP request headers
74+
75+
- **Content-Type**: Not defined
76+
- **Accept**: application/json
77+
78+
79+
### HTTP response details
80+
| Status code | Description | Response headers |
81+
|-------------|-------------|------------------|
82+
| **200** | OK | - |
83+
84+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
85+
86+
<a name="listdrmconfigurations"></a>
87+
# **ListDrmConfigurations**
88+
> ListDRMConfigurationsResponse ListDrmConfigurations (int? page = null, int? limit = null)
89+
90+
List DRM Configurations
91+
92+
Returns a list of DRM Configurations
93+
94+
### Example
95+
```csharp
96+
using System.Collections.Generic;
97+
using System.Diagnostics;
98+
using Mux.Csharp.Sdk.Api;
99+
using Mux.Csharp.Sdk.Client;
100+
using Mux.Csharp.Sdk.Model;
101+
102+
namespace Example
103+
{
104+
public class ListDrmConfigurationsExample
105+
{
106+
public static void Main()
107+
{
108+
Configuration config = new Configuration();
109+
config.BasePath = "https://api.mux.com";
110+
// Configure HTTP basic authorization: accessToken
111+
config.Username = "YOUR_USERNAME";
112+
config.Password = "YOUR_PASSWORD";
113+
114+
var apiInstance = new DRMConfigurationsApi(config);
115+
var page = 1; // int? | Offset by this many pages, of the size of `limit` (optional) (default to 1)
116+
var limit = 25; // int? | Number of items to include in the response (optional) (default to 25)
117+
118+
try
119+
{
120+
// List DRM Configurations
121+
ListDRMConfigurationsResponse result = apiInstance.ListDrmConfigurations(page, limit);
122+
Debug.WriteLine(result);
123+
}
124+
catch (ApiException e)
125+
{
126+
Debug.Print("Exception when calling DRMConfigurationsApi.ListDrmConfigurations: " + e.Message );
127+
Debug.Print("Status Code: "+ e.ErrorCode);
128+
Debug.Print(e.StackTrace);
129+
}
130+
}
131+
}
132+
}
133+
```
134+
135+
### Parameters
136+
137+
Name | Type | Description | Notes
138+
------------- | ------------- | ------------- | -------------
139+
**page** | **int?**| Offset by this many pages, of the size of &#x60;limit&#x60; | [optional] [default to 1]
140+
**limit** | **int?**| Number of items to include in the response | [optional] [default to 25]
141+
142+
### Return type
143+
144+
[**ListDRMConfigurationsResponse**](ListDRMConfigurationsResponse.md)
145+
146+
### Authorization
147+
148+
[accessToken](../README.md#accessToken)
149+
150+
### HTTP request headers
151+
152+
- **Content-Type**: Not defined
153+
- **Accept**: application/json
154+
155+
156+
### HTTP response details
157+
| Status code | Description | Response headers |
158+
|-------------|-------------|------------------|
159+
| **200** | OK | - |
160+
161+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
162+

0 commit comments

Comments
 (0)