Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Bandwidth.Standard.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{0AC7241A-463A-4CA2-A850-F38F4A50FC51}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{0B827FE6-C4E9-4144-A195-8A00B3C063F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard.Test", "src\Bandwidth.Standard.Test\Bandwidth.Standard.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AC7241A-463A-4CA2-A850-F38F4A50FC51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AC7241A-463A-4CA2-A850-F38F4A50FC51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AC7241A-463A-4CA2-A850-F38F4A50FC51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AC7241A-463A-4CA2-A850-F38F4A50FC51}.Release|Any CPU.Build.0 = Release|Any CPU
{0B827FE6-C4E9-4144-A195-8A00B3C063F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B827FE6-C4E9-4144-A195-8A00B3C063F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B827FE6-C4E9-4144-A195-8A00B3C063F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B827FE6-C4E9-4144-A195-8A00B3C063F4}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
16 changes: 8 additions & 8 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ paths:
schema:
type: string
style: simple
- description: Media ID to retrieve.
example: 14762070468292kw2fuqty55yp2b2/0/bw.png
- description: The ID of the media file.
example: bw.png
explode: false
in: path
name: mediaId
Expand Down Expand Up @@ -223,8 +223,8 @@ paths:
schema:
type: string
style: simple
- description: Media ID to retrieve.
example: 14762070468292kw2fuqty55yp2b2/0/bw.png
- description: The ID of the media file.
example: bw.png
explode: false
in: path
name: mediaId
Expand Down Expand Up @@ -313,8 +313,8 @@ paths:
schema:
type: string
style: simple
- description: Media ID to retrieve.
example: 14762070468292kw2fuqty55yp2b2/0/bw.png
- description: The ID of the media file.
example: bw.png
explode: false
in: path
name: mediaId
Expand Down Expand Up @@ -7226,8 +7226,8 @@ components:
type: string
style: simple
mediaId:
description: Media ID to retrieve.
example: 14762070468292kw2fuqty55yp2b2/0/bw.png
description: The ID of the media file.
example: bw.png
explode: false
in: path
name: mediaId
Expand Down
4 changes: 2 additions & 2 deletions bandwidth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8237,8 +8237,8 @@ components:
in: path
name: mediaId
required: true
description: Media ID to retrieve.
example: 14762070468292kw2fuqty55yp2b2/0/bw.png
description: The ID of the media file.
example: bw.png
schema:
type: string
contentType:
Expand Down
12 changes: 6 additions & 6 deletions docs/MediaApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace Example

var apiInstance = new MediaApi(config);
var accountId = 9900000; // string | This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated. **When migrating to OAuth authentication, you must use the 7-digit Account ID.**
var mediaId = 14762070468292kw2fuqty55yp2b2/0/bw.png; // string | Media ID to retrieve.
var mediaId = bw.png; // string | The ID of the media file.

try
{
Expand Down Expand Up @@ -81,7 +81,7 @@ catch (ApiException e)
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **accountId** | **string** | This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated. **When migrating to OAuth authentication, you must use the 7-digit Account ID.** | |
| **mediaId** | **string** | Media ID to retrieve. | |
| **mediaId** | **string** | The ID of the media file. | |

### Return type

Expand Down Expand Up @@ -144,7 +144,7 @@ namespace Example

var apiInstance = new MediaApi(config);
var accountId = 9900000; // string | This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated. **When migrating to OAuth authentication, you must use the 7-digit Account ID.**
var mediaId = 14762070468292kw2fuqty55yp2b2/0/bw.png; // string | Media ID to retrieve.
var mediaId = bw.png; // string | The ID of the media file.

try
{
Expand Down Expand Up @@ -188,7 +188,7 @@ catch (ApiException e)
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **accountId** | **string** | This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated. **When migrating to OAuth authentication, you must use the 7-digit Account ID.** | |
| **mediaId** | **string** | Media ID to retrieve. | |
| **mediaId** | **string** | The ID of the media file. | |

### Return type

Expand Down Expand Up @@ -358,7 +358,7 @@ namespace Example

var apiInstance = new MediaApi(config);
var accountId = 9900000; // string | This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated. **When migrating to OAuth authentication, you must use the 7-digit Account ID.**
var mediaId = 14762070468292kw2fuqty55yp2b2/0/bw.png; // string | Media ID to retrieve.
var mediaId = bw.png; // string | The ID of the media file.
var body = new System.IO.MemoryStream(System.IO.File.ReadAllBytes("/path/to/file.txt")); // System.IO.Stream |
var contentType = audio/wav; // string | The media type of the entity-body. (optional)
var cacheControl = no-cache; // string | General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain. (optional)
Expand Down Expand Up @@ -401,7 +401,7 @@ catch (ApiException e)
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **accountId** | **string** | This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated. **When migrating to OAuth authentication, you must use the 7-digit Account ID.** | |
| **mediaId** | **string** | Media ID to retrieve. | |
| **mediaId** | **string** | The ID of the media file. | |
| **body** | **System.IO.Stream****System.IO.Stream** | | |
| **contentType** | **string** | The media type of the entity-body. | [optional] |
| **cacheControl** | **string** | General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain. | [optional] |
Expand Down
Loading
Loading