@@ -82,7 +82,7 @@ def create(
8282 email (like forwarding it to a specific destination address).
8383
8484 Args:
85- zone_id: Identifier
85+ zone_id: Identifier.
8686
8787 actions: List actions patterns.
8888
@@ -147,7 +147,7 @@ def update(
147147 Update actions and matches, or enable/disable specific routing rules.
148148
149149 Args:
150- zone_id: Identifier
150+ zone_id: Identifier.
151151
152152 rule_identifier: Routing rule identifier.
153153
@@ -213,7 +213,7 @@ def list(
213213 Lists existing routing rules.
214214
215215 Args:
216- zone_id: Identifier
216+ zone_id: Identifier.
217217
218218 enabled: Filter by enabled routing rules.
219219
@@ -267,7 +267,7 @@ def delete(
267267 Delete a specific routing rule.
268268
269269 Args:
270- zone_id: Identifier
270+ zone_id: Identifier.
271271
272272 rule_identifier: Routing rule identifier.
273273
@@ -311,7 +311,7 @@ def get(
311311 Get information for a specific routing rule already created.
312312
313313 Args:
314- zone_id: Identifier
314+ zone_id: Identifier.
315315
316316 rule_identifier: Routing rule identifier.
317317
@@ -386,7 +386,7 @@ async def create(
386386 email (like forwarding it to a specific destination address).
387387
388388 Args:
389- zone_id: Identifier
389+ zone_id: Identifier.
390390
391391 actions: List actions patterns.
392392
@@ -451,7 +451,7 @@ async def update(
451451 Update actions and matches, or enable/disable specific routing rules.
452452
453453 Args:
454- zone_id: Identifier
454+ zone_id: Identifier.
455455
456456 rule_identifier: Routing rule identifier.
457457
@@ -517,7 +517,7 @@ def list(
517517 Lists existing routing rules.
518518
519519 Args:
520- zone_id: Identifier
520+ zone_id: Identifier.
521521
522522 enabled: Filter by enabled routing rules.
523523
@@ -571,7 +571,7 @@ async def delete(
571571 Delete a specific routing rule.
572572
573573 Args:
574- zone_id: Identifier
574+ zone_id: Identifier.
575575
576576 rule_identifier: Routing rule identifier.
577577
@@ -615,7 +615,7 @@ async def get(
615615 Get information for a specific routing rule already created.
616616
617617 Args:
618- zone_id: Identifier
618+ zone_id: Identifier.
619619
620620 rule_identifier: Routing rule identifier.
621621
0 commit comments