From 6e6b8d988ca8635157a1b8ee36bdd6ed6b452f3f Mon Sep 17 00:00:00 2001 From: "band-swi[bot]" <143147434+band-swi[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:58:03 -0400 Subject: [PATCH] Generate SDK with OpenAPI Generator Version 7.7.0 (#120) Co-authored-by: DX-Bandwidth --- Bandwidth.Standard.sln | 10 ++--- api/openapi.yaml | 95 ++++++++++++++++++++++++--------------- bandwidth.yml | 46 +++++++++++-------- docs/CallsApi.md | 8 ++-- docs/ConferencesApi.md | 12 ++--- docs/RecordingsApi.md | 12 ++--- docs/StatisticsApi.md | 2 +- docs/TranscriptionsApi.md | 6 +-- 8 files changed, 111 insertions(+), 80 deletions(-) diff --git a/Bandwidth.Standard.sln b/Bandwidth.Standard.sln index a5b59ab4..1316fab6 100644 --- a/Bandwidth.Standard.sln +++ b/Bandwidth.Standard.sln @@ -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", "{38239AD3-E140-4FF8-BC89-D26A9DB3DB28}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{0D35B09E-2ACC-417E-AE79-F74BE48DFB3F}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard.Test", "src\Bandwidth.Standard.Test\Bandwidth.Standard.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}" EndProject @@ -12,10 +12,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {38239AD3-E140-4FF8-BC89-D26A9DB3DB28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {38239AD3-E140-4FF8-BC89-D26A9DB3DB28}.Debug|Any CPU.Build.0 = Debug|Any CPU - {38239AD3-E140-4FF8-BC89-D26A9DB3DB28}.Release|Any CPU.ActiveCfg = Release|Any CPU - {38239AD3-E140-4FF8-BC89-D26A9DB3DB28}.Release|Any CPU.Build.0 = Release|Any CPU + {0D35B09E-2ACC-417E-AE79-F74BE48DFB3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0D35B09E-2ACC-417E-AE79-F74BE48DFB3F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0D35B09E-2ACC-417E-AE79-F74BE48DFB3F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0D35B09E-2ACC-417E-AE79-F74BE48DFB3F}.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 diff --git a/api/openapi.yaml b/api/openapi.yaml index e270f7ca..760eef8f 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -781,7 +781,7 @@ paths: items: $ref: '#/components/schemas/callState' type: array - description: Calls retrieved successfully + description: OK "400": content: application/json: @@ -893,7 +893,7 @@ paths: $ref: '#/components/examples/createCallResponseExample' schema: $ref: '#/components/schemas/createCallResponse' - description: Call Successfully Created + description: Created headers: Location: description: The URL for further interactions with this call @@ -1018,7 +1018,7 @@ paths: application/json: schema: $ref: '#/components/schemas/callState' - description: Call found + description: OK "400": content: application/json: @@ -1128,7 +1128,7 @@ paths: $ref: '#/components/requestBodies/updateCallRequest' responses: "200": - description: Call was successfully modified. + description: OK "400": content: application/json: @@ -1425,7 +1425,7 @@ paths: items: $ref: '#/components/schemas/conference' type: array - description: Conferences retrieved successfully + description: OK "400": content: application/json: @@ -1540,7 +1540,7 @@ paths: application/json: schema: $ref: '#/components/schemas/conference' - description: Conferences retrieved successfully + description: OK "400": content: application/json: @@ -1886,7 +1886,7 @@ paths: application/json: schema: $ref: '#/components/schemas/conferenceMember' - description: Conference member found + description: OK "400": content: application/json: @@ -2122,7 +2122,7 @@ paths: items: $ref: '#/components/schemas/conferenceRecordingMetadata' type: array - description: Conference recordings retrieved successfully + description: OK "400": content: application/json: @@ -2246,7 +2246,7 @@ paths: application/json: schema: $ref: '#/components/schemas/conferenceRecordingMetadata' - description: Conference recording found + description: OK "400": content: application/json: @@ -2375,7 +2375,7 @@ paths: schema: format: binary type: string - description: Media found + description: OK "400": content: application/json: @@ -2525,7 +2525,7 @@ paths: items: $ref: '#/components/schemas/callRecordingMetadata' type: array - description: Recordings retrieved successfully + description: OK "400": content: application/json: @@ -2638,7 +2638,7 @@ paths: $ref: '#/components/requestBodies/updateCallRecordingRequest' responses: "200": - description: Recording state was successfully modified. + description: OK "400": content: application/json: @@ -2757,7 +2757,7 @@ paths: items: $ref: '#/components/schemas/callRecordingMetadata' type: array - description: Recordings retrieved successfully + description: OK "400": content: application/json: @@ -3000,7 +3000,7 @@ paths: application/json: schema: $ref: '#/components/schemas/callRecordingMetadata' - description: Recording found + description: OK "400": content: application/json: @@ -3245,7 +3245,7 @@ paths: schema: format: binary type: string - description: Media found + description: OK "400": content: application/json: @@ -3492,7 +3492,7 @@ paths: application/json: schema: $ref: '#/components/schemas/recordingTranscriptions' - description: Transcription found. + description: OK "400": content: application/json: @@ -3719,7 +3719,7 @@ paths: application/json: schema: $ref: '#/components/schemas/accountStatistics' - description: Statistics Found + description: OK "400": content: application/json: @@ -3834,7 +3834,7 @@ paths: application/json: schema: $ref: '#/components/schemas/callTranscriptionMetadataList' - description: Transcription found. + description: OK "400": content: application/json: @@ -3957,7 +3957,7 @@ paths: style: simple responses: "200": - description: Transcription data was deleted. + description: No Content "400": content: application/json: @@ -4078,7 +4078,7 @@ paths: application/json: schema: $ref: '#/components/schemas/callTranscriptionResponse' - description: Transcription found. + description: OK "400": content: application/json: @@ -5552,7 +5552,7 @@ components: $ref: '#/components/examples/createCallResponseExample' schema: $ref: '#/components/schemas/createCallResponse' - description: Call Successfully Created + description: Created headers: Location: description: The URL for further interactions with this call @@ -5565,7 +5565,9 @@ components: application/json: schema: $ref: '#/components/schemas/callState' - description: Call found + description: OK + updateCallResponse: + description: OK listCallsResponse: content: application/json: @@ -5573,13 +5575,15 @@ components: items: $ref: '#/components/schemas/callState' type: array - description: Calls retrieved successfully + description: OK getStatisticsResponse: content: application/json: schema: $ref: '#/components/schemas/accountStatistics' - description: Statistics Found + description: OK + updateRecordingResponse: + description: OK listCallRecordingsResponse: content: application/json: @@ -5587,13 +5591,13 @@ components: items: $ref: '#/components/schemas/callRecordingMetadata' type: array - description: Recordings retrieved successfully + description: OK getCallRecordingResponse: content: application/json: schema: $ref: '#/components/schemas/callRecordingMetadata' - description: Recording found + description: OK downloadRecordingMediaResponse: content: audio/vnd.wave: @@ -5604,27 +5608,27 @@ components: schema: format: binary type: string - description: Media found + description: OK getRecordingTranscriptionResponse: content: application/json: schema: $ref: '#/components/schemas/recordingTranscriptions' - description: Transcription found. + description: OK listTranscriptionsResponse: content: application/json: schema: $ref: '#/components/schemas/callTranscriptionMetadataList' - description: Transcription found. + description: OK getCallTranscriptionResponse: content: application/json: schema: $ref: '#/components/schemas/callTranscriptionResponse' - description: Transcription found. + description: OK deleteCallTranscriptionResponse: - description: Transcription data was deleted. + description: No Content listConferencesResponse: content: application/json: @@ -5635,19 +5639,19 @@ components: items: $ref: '#/components/schemas/conference' type: array - description: Conferences retrieved successfully + description: OK getConferenceResponse: content: application/json: schema: $ref: '#/components/schemas/conference' - description: Conferences retrieved successfully + description: OK getConferenceMemberResponse: content: application/json: schema: $ref: '#/components/schemas/conferenceMember' - description: Conference member found + description: OK listConferenceRecordingsResponse: content: application/json: @@ -5655,13 +5659,13 @@ components: items: $ref: '#/components/schemas/conferenceRecordingMetadata' type: array - description: Conference recordings retrieved successfully + description: OK getConferenceRecordingResponse: content: application/json: schema: $ref: '#/components/schemas/conferenceRecordingMetadata' - description: Conference recording found + description: OK voiceBadRequestError: content: application/json: @@ -5874,6 +5878,8 @@ components: schema: $ref: '#/components/schemas/tnLookupRequestError' description: Unsupported Media Type + tnLookupNotFoundError: + description: Not Found tnLookupTooManyRequestsError: content: application/json: @@ -7589,6 +7595,7 @@ components: and [Modify Conference Member](/apis/voice/#operation/updateConferenceMember) endpoint. example: https://voice.bandwidth.com/api/v2/accounts/9900000/conferences/conf-fe23a767-a75a5b77-20c5-4cca-b581-cbbf0776eca9/members/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string mute: description: |- @@ -8073,6 +8080,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string enqueuedTime: description: "(optional) If call queueing is enabled and this is an outbound\ @@ -8151,6 +8159,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string enqueuedTime: description: "(optional) If call queueing is enabled and this is an outbound\ @@ -8244,6 +8253,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string enqueuedTime: description: "(optional) If call queueing is enabled and this is an outbound\ @@ -8628,6 +8638,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string enqueuedTime: description: "(optional) If call queueing is enabled and this is an outbound\ @@ -8728,6 +8739,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string enqueuedTime: description: "(optional) If call queueing is enabled and this is an outbound\ @@ -8823,6 +8835,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string enqueuedTime: description: "(optional) If call queueing is enabled and this is an outbound\ @@ -8919,6 +8932,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string startTime: description: "Time the call was started, in ISO 8601 format." @@ -8979,6 +8993,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string enqueuedTime: description: "(optional) If call queueing is enabled and this is an outbound\ @@ -9056,6 +9071,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string parentCallId: description: "(optional) If the event is related to the B leg of a ,\ @@ -9173,6 +9189,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string parentCallId: description: "(optional) If the event is related to the B leg of a ,\ @@ -9293,6 +9310,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string parentCallId: description: "(optional) If the event is related to the B leg of a ,\ @@ -9382,6 +9400,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string mediaUrl: description: The URL that can be used to download the recording. Only present @@ -9494,6 +9513,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string enqueuedTime: description: "(optional) If call queueing is enabled and this is an outbound\ @@ -9580,6 +9600,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string enqueuedTime: description: "(optional) If call queueing is enabled and this is an outbound\ @@ -9685,6 +9706,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string parentCallId: description: "(optional) If the event is related to the B leg of a ,\ @@ -9882,6 +9904,7 @@ components: callUrl: description: The URL of the call associated with the event. example: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 + format: uri type: string parentCallId: description: "(optional) If the event is related to the B leg of a ,\ diff --git a/bandwidth.yml b/bandwidth.yml index e0b5f0dc..5362a7c5 100644 --- a/bandwidth.yml +++ b/bandwidth.yml @@ -377,7 +377,7 @@ paths: $ref: '#/components/requestBodies/updateCallRequest' responses: '200': - description: Call was successfully modified. + $ref: '#/components/responses/updateCallResponse' '400': $ref: '#/components/responses/voiceBadRequestError' '401': @@ -777,7 +777,7 @@ paths: $ref: '#/components/requestBodies/updateCallRecordingRequest' responses: '200': - description: Recording state was successfully modified. + $ref: '#/components/responses/updateRecordingResponse' '400': $ref: '#/components/responses/voiceBadRequestError' '401': @@ -1324,7 +1324,7 @@ paths: '403': $ref: '#/components/responses/tnLookupForbiddenError' '404': - description: Not Found + $ref: '#/components/responses/tnLookupNotFoundError' '429': $ref: '#/components/responses/tnLookupTooManyRequestsError' '500': @@ -2919,6 +2919,7 @@ components: $ref: '#/components/schemas/conferenceId' memberUrl: type: string + format: uri description: >- A URL that may be used to retrieve information about or update @@ -4276,6 +4277,7 @@ components: example: my-recording-name callUrl: type: string + format: uri description: The URL of the call associated with the event. example: >- https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85 @@ -4735,7 +4737,7 @@ components: schema: $ref: '#/components/schemas/messagingRequestError' createCallResponse: - description: Call Successfully Created + description: Created headers: Location: description: The URL for further interactions with this call @@ -4749,13 +4751,15 @@ components: createCall Response: $ref: '#/components/examples/createCallResponseExample' getCallStateResponse: - description: Call found + description: OK content: application/json: schema: $ref: '#/components/schemas/callState' + updateCallResponse: + description: OK listCallsResponse: - description: Calls retrieved successfully + description: OK content: application/json: schema: @@ -4763,13 +4767,15 @@ components: items: $ref: '#/components/schemas/callState' getStatisticsResponse: - description: Statistics Found + description: OK content: application/json: schema: $ref: '#/components/schemas/accountStatistics' + updateRecordingResponse: + description: OK listCallRecordingsResponse: - description: Recordings retrieved successfully + description: OK content: application/json: schema: @@ -4777,13 +4783,13 @@ components: items: $ref: '#/components/schemas/callRecordingMetadata' getCallRecordingResponse: - description: Recording found + description: OK content: application/json: schema: $ref: '#/components/schemas/callRecordingMetadata' downloadRecordingMediaResponse: - description: Media found + description: OK content: audio/vnd.wave: schema: @@ -4794,27 +4800,27 @@ components: type: string format: binary getRecordingTranscriptionResponse: - description: Transcription found. + description: OK content: application/json: schema: $ref: '#/components/schemas/recordingTranscriptions' listTranscriptionsResponse: - description: Transcription found. + description: OK content: application/json: schema: $ref: '#/components/schemas/callTranscriptionMetadataList' getCallTranscriptionResponse: - description: Transcription found. + description: OK content: application/json: schema: $ref: '#/components/schemas/callTranscriptionResponse' deleteCallTranscriptionResponse: - description: Transcription data was deleted. + description: No Content listConferencesResponse: - description: Conferences retrieved successfully + description: OK content: application/json: schema: @@ -4825,19 +4831,19 @@ components: listConferences Response: $ref: '#/components/examples/listConferencesResponseExample' getConferenceResponse: - description: Conferences retrieved successfully + description: OK content: application/json: schema: $ref: '#/components/schemas/conference' getConferenceMemberResponse: - description: Conference member found + description: OK content: application/json: schema: $ref: '#/components/schemas/conferenceMember' listConferenceRecordingsResponse: - description: Conference recordings retrieved successfully + description: OK content: application/json: schema: @@ -4845,7 +4851,7 @@ components: items: $ref: '#/components/schemas/conferenceRecordingMetadata' getConferenceRecordingResponse: - description: Conference recording found + description: OK content: application/json: schema: @@ -5068,6 +5074,8 @@ components: summary: Example Unsupported Media Type Error value: message: Content-Type must be application/json. + tnLookupNotFoundError: + description: Not Found tnLookupTooManyRequestsError: description: Too Many Requests content: diff --git a/docs/CallsApi.md b/docs/CallsApi.md index 86f24976..c2818565 100644 --- a/docs/CallsApi.md +++ b/docs/CallsApi.md @@ -103,7 +103,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **201** | Call Successfully Created | * Location - The URL for further interactions with this call
| +| **201** | Created | * Location - The URL for further interactions with this call
| | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -208,7 +208,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Call found | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -325,7 +325,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Calls retrieved successfully | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -428,7 +428,7 @@ void (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Call was successfully modified. | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | diff --git a/docs/ConferencesApi.md b/docs/ConferencesApi.md index 07845a0f..ccedb1f3 100644 --- a/docs/ConferencesApi.md +++ b/docs/ConferencesApi.md @@ -109,7 +109,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Media found | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -214,7 +214,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Conferences retrieved successfully | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -321,7 +321,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Conference member found | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -428,7 +428,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Conference recording found | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -533,7 +533,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Conference recordings retrieved successfully | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -646,7 +646,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Conferences retrieved successfully | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | diff --git a/docs/RecordingsApi.md b/docs/RecordingsApi.md index f45e1514..ec1e1b32 100644 --- a/docs/RecordingsApi.md +++ b/docs/RecordingsApi.md @@ -419,7 +419,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Media found | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -526,7 +526,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Recording found | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -633,7 +633,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Transcription found. | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -744,7 +744,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Recordings retrieved successfully | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -849,7 +849,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Recordings retrieved successfully | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -1057,7 +1057,7 @@ void (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Recording state was successfully modified. | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | diff --git a/docs/StatisticsApi.md b/docs/StatisticsApi.md index c0b30052..73aa1578 100644 --- a/docs/StatisticsApi.md +++ b/docs/StatisticsApi.md @@ -97,7 +97,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Statistics Found | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | diff --git a/docs/TranscriptionsApi.md b/docs/TranscriptionsApi.md index 8728d474..14ef38bc 100644 --- a/docs/TranscriptionsApi.md +++ b/docs/TranscriptionsApi.md @@ -99,7 +99,7 @@ void (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Transcription data was deleted. | - | +| **200** | No Content | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -206,7 +206,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Transcription found. | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - | @@ -311,7 +311,7 @@ catch (ApiException e) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Transcription found. | - | +| **200** | OK | - | | **400** | Bad Request | - | | **401** | Unauthorized | - | | **403** | Forbidden | - |