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
22 changes: 11 additions & 11 deletions codegen/Crm/Pipelines/Api/PipelineAuditsApi.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 @@ -130,8 +130,8 @@ public function getConfig()
*
* Return an audit of all changes to the pipeline
*
* @param string $object_type object_type (required)
* @param string $pipeline_id pipeline_id (required)
* @param string $object_type The object type of the pipeline audit being retrieved (ex. deals or tickets) (required)
* @param string $pipeline_id The unique identifier for the pipeline whose audit history is being retrieved. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
*
* @throws \HubSpot\Client\Crm\Pipelines\ApiException on non-2xx response or if the response body is not in the expected format
Expand All @@ -149,8 +149,8 @@ public function getAudit($object_type, $pipeline_id, string $contentType = self:
*
* Return an audit of all changes to the pipeline
*
* @param string $object_type (required)
* @param string $pipeline_id (required)
* @param string $object_type The object type of the pipeline audit being retrieved (ex. deals or tickets) (required)
* @param string $pipeline_id The unique identifier for the pipeline whose audit history is being retrieved. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
*
* @throws \HubSpot\Client\Crm\Pipelines\ApiException on non-2xx response or if the response body is not in the expected format
Expand Down Expand Up @@ -249,8 +249,8 @@ public function getAuditWithHttpInfo($object_type, $pipeline_id, string $content
*
* Return an audit of all changes to the pipeline
*
* @param string $object_type (required)
* @param string $pipeline_id (required)
* @param string $object_type The object type of the pipeline audit being retrieved (ex. deals or tickets) (required)
* @param string $pipeline_id The unique identifier for the pipeline whose audit history is being retrieved. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand All @@ -271,8 +271,8 @@ function ($response) {
*
* Return an audit of all changes to the pipeline
*
* @param string $object_type (required)
* @param string $pipeline_id (required)
* @param string $object_type The object type of the pipeline audit being retrieved (ex. deals or tickets) (required)
* @param string $pipeline_id The unique identifier for the pipeline whose audit history is being retrieved. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down Expand Up @@ -322,8 +322,8 @@ function ($exception) {
/**
* Create request for operation 'getAudit'
*
* @param string $object_type (required)
* @param string $pipeline_id (required)
* @param string $object_type The object type of the pipeline audit being retrieved (ex. deals or tickets) (required)
* @param string $pipeline_id The unique identifier for the pipeline whose audit history is being retrieved. (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down
30 changes: 19 additions & 11 deletions codegen/Crm/Pipelines/Api/PipelineStageAuditsApi.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 @@ -128,8 +128,10 @@ public function getConfig()
/**
* Operation getAudit
*
* @param string $object_type object_type (required)
* @param string $stage_id stage_id (required)
* Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
*
* @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
* @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
* @param string $pipeline_id pipeline_id (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
*
Expand All @@ -146,8 +148,10 @@ public function getAudit($object_type, $stage_id, $pipeline_id, string $contentT
/**
* Operation getAuditWithHttpInfo
*
* @param string $object_type (required)
* @param string $stage_id (required)
* Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
*
* @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
* @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
* @param string $pipeline_id (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
*
Expand Down Expand Up @@ -245,8 +249,10 @@ public function getAuditWithHttpInfo($object_type, $stage_id, $pipeline_id, stri
/**
* Operation getAuditAsync
*
* @param string $object_type (required)
* @param string $stage_id (required)
* Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
*
* @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
* @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
* @param string $pipeline_id (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
*
Expand All @@ -266,8 +272,10 @@ function ($response) {
/**
* Operation getAuditAsyncWithHttpInfo
*
* @param string $object_type (required)
* @param string $stage_id (required)
* Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
*
* @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
* @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
* @param string $pipeline_id (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
*
Expand Down Expand Up @@ -318,8 +326,8 @@ function ($exception) {
/**
* Create request for operation 'getAudit'
*
* @param string $object_type (required)
* @param string $stage_id (required)
* @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
* @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
* @param string $pipeline_id (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
*
Expand Down
Loading