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
Copy file name to clipboardExpand all lines: lib/Api/ResourcesCreatorApi.php
+24-9Lines changed: 24 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -459,15 +459,16 @@ public function getV2ResourcesCreatorAddonsRequest($resource_ids = null, string
459
459
* Fetch a list of your resources' licenses
460
460
*
461
461
* @param array $resource_ids A comma-separated list of resource IDs to filter on. No filter is applied if empty. (optional)
462
+
* @param array $buyer_ids A comma-separated list of buyer IDs to filter on. No filter is applied if empty. (optional)
462
463
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getV2ResourcesCreatorLicenses'] to see the possible values for this operation
463
464
*
464
465
* @throws \OpenAPI\Client\ApiException on non-2xx response or if the response body is not in the expected format
@@ -477,15 +478,16 @@ public function getV2ResourcesCreatorLicenses($resource_ids = null, string $cont
477
478
* Fetch a list of your resources' licenses
478
479
*
479
480
* @param array $resource_ids A comma-separated list of resource IDs to filter on. No filter is applied if empty. (optional)
481
+
* @param array $buyer_ids A comma-separated list of buyer IDs to filter on. No filter is applied if empty. (optional)
480
482
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getV2ResourcesCreatorLicenses'] to see the possible values for this operation
481
483
*
482
484
* @throws \OpenAPI\Client\ApiException on non-2xx response or if the response body is not in the expected format
483
485
* @throws \InvalidArgumentException
484
486
* @return array of \OpenAPI\Client\Model\GetV2ResourcesCreatorLicenses200Response, HTTP status code, HTTP response headers (array of strings)
@@ -601,14 +603,15 @@ public function getV2ResourcesCreatorLicensesWithHttpInfo($resource_ids = null,
601
603
* Fetch a list of your resources' licenses
602
604
*
603
605
* @param array $resource_ids A comma-separated list of resource IDs to filter on. No filter is applied if empty. (optional)
606
+
* @param array $buyer_ids A comma-separated list of buyer IDs to filter on. No filter is applied if empty. (optional)
604
607
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getV2ResourcesCreatorLicenses'] to see the possible values for this operation
* @param array $resource_ids A comma-separated list of resource IDs to filter on. No filter is applied if empty. (optional)
628
+
* @param array $buyer_ids A comma-separated list of buyer IDs to filter on. No filter is applied if empty. (optional)
625
629
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getV2ResourcesCreatorLicenses'] to see the possible values for this operation
* Create request for operation 'getV2ResourcesCreatorLicenses'
673
677
*
674
678
* @param array $resource_ids A comma-separated list of resource IDs to filter on. No filter is applied if empty. (optional)
679
+
* @param array $buyer_ids A comma-separated list of buyer IDs to filter on. No filter is applied if empty. (optional)
675
680
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getV2ResourcesCreatorLicenses'] to see the possible values for this operation
0 commit comments