1616 *
1717 * The version of the OpenAPI document: v3
1818 * Generated by: https://openapi-generator.tech
19- * Generator version: 7.17 .0
19+ * Generator version: 7.19 .0
2020 */
2121
2222/**
@@ -128,8 +128,10 @@ public function getConfig()
128128 /**
129129 * Operation getAudit
130130 *
131- * @param string $object_type object_type (required)
132- * @param string $stage_id stage_id (required)
131+ * Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
132+ *
133+ * @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
134+ * @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
133135 * @param string $pipeline_id pipeline_id (required)
134136 * @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
135137 *
@@ -146,8 +148,10 @@ public function getAudit($object_type, $stage_id, $pipeline_id, string $contentT
146148 /**
147149 * Operation getAuditWithHttpInfo
148150 *
149- * @param string $object_type (required)
150- * @param string $stage_id (required)
151+ * Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
152+ *
153+ * @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
154+ * @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
151155 * @param string $pipeline_id (required)
152156 * @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
153157 *
@@ -245,8 +249,10 @@ public function getAuditWithHttpInfo($object_type, $stage_id, $pipeline_id, stri
245249 /**
246250 * Operation getAuditAsync
247251 *
248- * @param string $object_type (required)
249- * @param string $stage_id (required)
252+ * Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
253+ *
254+ * @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
255+ * @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
250256 * @param string $pipeline_id (required)
251257 * @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
252258 *
@@ -266,8 +272,10 @@ function ($response) {
266272 /**
267273 * Operation getAuditAsyncWithHttpInfo
268274 *
269- * @param string $object_type (required)
270- * @param string $stage_id (required)
275+ * Retrieve a reverse chronological list of all changes made to a specific pipeline stage.
276+ *
277+ * @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
278+ * @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
271279 * @param string $pipeline_id (required)
272280 * @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
273281 *
@@ -318,8 +326,8 @@ function ($exception) {
318326 /**
319327 * Create request for operation 'getAudit'
320328 *
321- * @param string $object_type (required)
322- * @param string $stage_id (required)
329+ * @param string $object_type The object type of the stage audit being retrieved (ex. deals or tickets) (required)
330+ * @param string $stage_id The unique identifier for the pipeline stage being audited. (required)
323331 * @param string $pipeline_id (required)
324332 * @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAudit'] to see the possible values for this operation
325333 *
0 commit comments