@@ -33,8 +33,8 @@ def forward(
33
33
The Forward API allows you to make direct requests to an employment system.
34
34
35
35
Args:
36
- method: The HTTP method for the forwarded request. Valid values include: `GET` , `POST`
37
- , `PUT` , `DELETE` , and `PATCH`.
36
+ method: The HTTP method for the forwarded request. Valid values include: `GET`, `POST`,
37
+ `PUT`, `DELETE`, and `PATCH`.
38
38
39
39
route: The URL route path for the forwarded request. This value must begin with a
40
40
forward-slash ( / ) and may only contain alphanumeric characters, hyphens, and
@@ -97,8 +97,8 @@ async def forward(
97
97
The Forward API allows you to make direct requests to an employment system.
98
98
99
99
Args:
100
- method: The HTTP method for the forwarded request. Valid values include: `GET` , `POST`
101
- , `PUT` , `DELETE` , and `PATCH`.
100
+ method: The HTTP method for the forwarded request. Valid values include: `GET`, `POST`,
101
+ `PUT`, `DELETE`, and `PATCH`.
102
102
103
103
route: The URL route path for the forwarded request. This value must begin with a
104
104
forward-slash ( / ) and may only contain alphanumeric characters, hyphens, and
0 commit comments