@@ -68,10 +68,10 @@ def update(
6868 send a Post-Quantum keyshare in the first message to the origin (for fastest
6969 connections when the origin supports and prefers PQ), supported means that PQ
7070 algorithms are advertised but only used when requested by the origin, and off
71- means that PQ algorithms are not advertised
71+ means that PQ algorithms are not advertised.
7272
7373 Args:
74- zone_id: Identifier
74+ zone_id: Identifier.
7575
7676 value: Value of the Origin Post Quantum Encryption Setting.
7777
@@ -120,10 +120,10 @@ def get(
120120 send a Post-Quantum keyshare in the first message to the origin (for fastest
121121 connections when the origin supports and prefers PQ), supported means that PQ
122122 algorithms are advertised but only used when requested by the origin, and off
123- means that PQ algorithms are not advertised
123+ means that PQ algorithms are not advertised.
124124
125125 Args:
126- zone_id: Identifier
126+ zone_id: Identifier.
127127
128128 extra_headers: Send extra headers
129129
@@ -189,10 +189,10 @@ async def update(
189189 send a Post-Quantum keyshare in the first message to the origin (for fastest
190190 connections when the origin supports and prefers PQ), supported means that PQ
191191 algorithms are advertised but only used when requested by the origin, and off
192- means that PQ algorithms are not advertised
192+ means that PQ algorithms are not advertised.
193193
194194 Args:
195- zone_id: Identifier
195+ zone_id: Identifier.
196196
197197 value: Value of the Origin Post Quantum Encryption Setting.
198198
@@ -241,10 +241,10 @@ async def get(
241241 send a Post-Quantum keyshare in the first message to the origin (for fastest
242242 connections when the origin supports and prefers PQ), supported means that PQ
243243 algorithms are advertised but only used when requested by the origin, and off
244- means that PQ algorithms are not advertised
244+ means that PQ algorithms are not advertised.
245245
246246 Args:
247- zone_id: Identifier
247+ zone_id: Identifier.
248248
249249 extra_headers: Send extra headers
250250
0 commit comments