Skip to content
Merged
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
74 changes: 37 additions & 37 deletions codegen/Crm/Extensions/Calling/Api/ChannelConnectionSettingsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
* Generator version: 7.17.0
* Generator version: 7.19.0
*/

/**
Expand Down Expand Up @@ -137,9 +137,9 @@ public function getConfig()
/**
* Operation create
*
*
* Create new channel connection settings for a specific app.
*
* @param int $app_id app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be created. (required)
* @param \HubSpot\Client\Crm\Extensions\Calling\Model\ChannelConnectionSettingsRequest $channel_connection_settings_request channel_connection_settings_request (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['create'] to see the possible values for this operation
*
Expand All @@ -156,9 +156,9 @@ public function create($app_id, $channel_connection_settings_request, string $co
/**
* Operation createWithHttpInfo
*
*
* Create new channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be created. (required)
* @param \HubSpot\Client\Crm\Extensions\Calling\Model\ChannelConnectionSettingsRequest $channel_connection_settings_request (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['create'] to see the possible values for this operation
*
Expand Down Expand Up @@ -256,9 +256,9 @@ public function createWithHttpInfo($app_id, $channel_connection_settings_request
/**
* Operation createAsync
*
*
* Create new channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be created. (required)
* @param \HubSpot\Client\Crm\Extensions\Calling\Model\ChannelConnectionSettingsRequest $channel_connection_settings_request (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['create'] to see the possible values for this operation
*
Expand All @@ -278,9 +278,9 @@ function ($response) {
/**
* Operation createAsyncWithHttpInfo
*
*
* Create new channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be created. (required)
* @param \HubSpot\Client\Crm\Extensions\Calling\Model\ChannelConnectionSettingsRequest $channel_connection_settings_request (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['create'] to see the possible values for this operation
*
Expand Down Expand Up @@ -331,7 +331,7 @@ function ($exception) {
/**
* Create request for operation 'create'
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be created. (required)
* @param \HubSpot\Client\Crm\Extensions\Calling\Model\ChannelConnectionSettingsRequest $channel_connection_settings_request (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['create'] to see the possible values for this operation
*
Expand Down Expand Up @@ -443,9 +443,9 @@ public function createRequest($app_id, $channel_connection_settings_request, str
/**
* Operation get
*
*
* Retrieve the channel connection settings for a specific app.
*
* @param int $app_id app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be retrieved. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['get'] to see the possible values for this operation
*
* @throws \HubSpot\Client\Crm\Extensions\Calling\ApiException on non-2xx response or if the response body is not in the expected format
Expand All @@ -461,9 +461,9 @@ public function get($app_id, string $contentType = self::contentTypes['get'][0])
/**
* Operation getWithHttpInfo
*
*
* Retrieve the channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be retrieved. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['get'] to see the possible values for this operation
*
* @throws \HubSpot\Client\Crm\Extensions\Calling\ApiException on non-2xx response or if the response body is not in the expected format
Expand Down Expand Up @@ -560,9 +560,9 @@ public function getWithHttpInfo($app_id, string $contentType = self::contentType
/**
* Operation getAsync
*
*
* Retrieve the channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be retrieved. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['get'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand All @@ -581,9 +581,9 @@ function ($response) {
/**
* Operation getAsyncWithHttpInfo
*
*
* Retrieve the channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be retrieved. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['get'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down Expand Up @@ -633,7 +633,7 @@ function ($exception) {
/**
* Create request for operation 'get'
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be retrieved. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['get'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down Expand Up @@ -730,9 +730,9 @@ public function getRequest($app_id, string $contentType = self::contentTypes['ge
/**
* Operation remove
*
*
* Remove the channel connection settings for a specific app.
*
* @param int $app_id app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be deleted. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['remove'] to see the possible values for this operation
*
* @throws \HubSpot\Client\Crm\Extensions\Calling\ApiException on non-2xx response or if the response body is not in the expected format
Expand All @@ -747,9 +747,9 @@ public function remove($app_id, string $contentType = self::contentTypes['remove
/**
* Operation removeWithHttpInfo
*
*
* Remove the channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be deleted. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['remove'] to see the possible values for this operation
*
* @throws \HubSpot\Client\Crm\Extensions\Calling\ApiException on non-2xx response or if the response body is not in the expected format
Expand Down Expand Up @@ -804,9 +804,9 @@ public function removeWithHttpInfo($app_id, string $contentType = self::contentT
/**
* Operation removeAsync
*
*
* Remove the channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be deleted. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['remove'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand All @@ -825,9 +825,9 @@ function ($response) {
/**
* Operation removeAsyncWithHttpInfo
*
*
* Remove the channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be deleted. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['remove'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down Expand Up @@ -864,7 +864,7 @@ function ($exception) {
/**
* Create request for operation 'remove'
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be deleted. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['remove'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down Expand Up @@ -961,9 +961,9 @@ public function removeRequest($app_id, string $contentType = self::contentTypes[
/**
* Operation update
*
*
* Update the channel connection settings for a specific app.
*
* @param int $app_id app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be updated. (required)
* @param \HubSpot\Client\Crm\Extensions\Calling\Model\ChannelConnectionSettingsPatchRequest $channel_connection_settings_patch_request channel_connection_settings_patch_request (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['update'] to see the possible values for this operation
*
Expand All @@ -980,9 +980,9 @@ public function update($app_id, $channel_connection_settings_patch_request, stri
/**
* Operation updateWithHttpInfo
*
*
* Update the channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be updated. (required)
* @param \HubSpot\Client\Crm\Extensions\Calling\Model\ChannelConnectionSettingsPatchRequest $channel_connection_settings_patch_request (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['update'] to see the possible values for this operation
*
Expand Down Expand Up @@ -1080,9 +1080,9 @@ public function updateWithHttpInfo($app_id, $channel_connection_settings_patch_r
/**
* Operation updateAsync
*
*
* Update the channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be updated. (required)
* @param \HubSpot\Client\Crm\Extensions\Calling\Model\ChannelConnectionSettingsPatchRequest $channel_connection_settings_patch_request (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['update'] to see the possible values for this operation
*
Expand All @@ -1102,9 +1102,9 @@ function ($response) {
/**
* Operation updateAsyncWithHttpInfo
*
*
* Update the channel connection settings for a specific app.
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be updated. (required)
* @param \HubSpot\Client\Crm\Extensions\Calling\Model\ChannelConnectionSettingsPatchRequest $channel_connection_settings_patch_request (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['update'] to see the possible values for this operation
*
Expand Down Expand Up @@ -1155,7 +1155,7 @@ function ($exception) {
/**
* Create request for operation 'update'
*
* @param int $app_id (required)
* @param int $app_id The unique identifier of the app for which the channel connection settings are to be updated. (required)
* @param \HubSpot\Client\Crm\Extensions\Calling\Model\ChannelConnectionSettingsPatchRequest $channel_connection_settings_patch_request (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['update'] to see the possible values for this operation
*
Expand Down
Loading