You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump version to 1.1.6 and update dependencies in composer.lock
- Updated version in composer.json to 1.1.6.
- Updated dependencies in composer.lock, including guzzlehttp/guzzle, nikic/php-parser, phpunit/phpunit, and sebastian/exporter.
- Adjusted file parameter handling in AttachmentsApi to support array input.
- Improved documentation for delete and get operations in CustomFieldsApi.
Copy file name to clipboardExpand all lines: src/Api/CustomFieldsApi.php
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -413,7 +413,7 @@ public function createCustomFieldRequest($customFieldCreate, string $contentType
413
413
/**
414
414
* Operation deleteCustomField
415
415
*
416
-
* Delete Custom Field by id
416
+
* Delete Custom Field
417
417
*
418
418
* @param int $id Identifier. (required)
419
419
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['deleteCustomField'] to see the possible values for this operation
@@ -431,7 +431,7 @@ public function deleteCustomField($id, string $contentType = self::contentTypes[
431
431
/**
432
432
* Operation deleteCustomFieldWithHttpInfo
433
433
*
434
-
* Delete Custom Field by id
434
+
* Delete Custom Field
435
435
*
436
436
* @param int $id Identifier. (required)
437
437
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['deleteCustomField'] to see the possible values for this operation
@@ -516,7 +516,7 @@ public function deleteCustomFieldWithHttpInfo($id, string $contentType = self::c
516
516
/**
517
517
* Operation deleteCustomFieldAsync
518
518
*
519
-
* Delete Custom Field by id
519
+
* Delete Custom Field
520
520
*
521
521
* @param int $id Identifier. (required)
522
522
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['deleteCustomField'] to see the possible values for this operation
@@ -537,7 +537,7 @@ function ($response) {
537
537
/**
538
538
* Operation deleteCustomFieldAsyncWithHttpInfo
539
539
*
540
-
* Delete Custom Field by id
540
+
* Delete Custom Field
541
541
*
542
542
* @param int $id Identifier. (required)
543
543
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['deleteCustomField'] to see the possible values for this operation
@@ -686,7 +686,7 @@ public function deleteCustomFieldRequest($id, string $contentType = self::conten
686
686
/**
687
687
* Operation getCustomField
688
688
*
689
-
* Get Custom Field by id
689
+
* Get Custom Field
690
690
*
691
691
* @param int $id Identifier. (required)
692
692
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCustomField'] to see the possible values for this operation
@@ -704,7 +704,7 @@ public function getCustomField($id, string $contentType = self::contentTypes['ge
704
704
/**
705
705
* Operation getCustomFieldWithHttpInfo
706
706
*
707
-
* Get Custom Field by id
707
+
* Get Custom Field
708
708
*
709
709
* @param int $id Identifier. (required)
710
710
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCustomField'] to see the possible values for this operation
@@ -789,7 +789,7 @@ public function getCustomFieldWithHttpInfo($id, string $contentType = self::cont
789
789
/**
790
790
* Operation getCustomFieldAsync
791
791
*
792
-
* Get Custom Field by id
792
+
* Get Custom Field
793
793
*
794
794
* @param int $id Identifier. (required)
795
795
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCustomField'] to see the possible values for this operation
@@ -810,7 +810,7 @@ function ($response) {
810
810
/**
811
811
* Operation getCustomFieldAsyncWithHttpInfo
812
812
*
813
-
* Get Custom Field by id
813
+
* Get Custom Field
814
814
*
815
815
* @param int $id Identifier. (required)
816
816
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCustomField'] to see the possible values for this operation
@@ -1284,7 +1284,7 @@ public function getCustomFieldsRequest($entity = null, $type = null, $limit = 10
0 commit comments