-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Hi,
endpoint $client->zones()->rulesets()->create doesn't work.
in src\Endpoints\Accounts\Rulesets.php and src\Endpoints\Zones\Rulesets.php -
instead of use Cloudflare\Configurations\Rulesets\Ruleset; should be use Cloudflare\Configurations\Ruleset;
if array is provided instead of type - requiredParams gives error if rules is empty array.
Reactions are currently unavailable