|
|
@ -1692,7 +1692,7 @@ class APIRouter(routing.Router): |
|
|
|
Optional[bool], |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
Auto create options route. |
|
|
|
Automatically create a route to handle the OPTIONS HTTP verb. |
|
|
|
""" |
|
|
|
), |
|
|
|
] = False, |
|
|
@ -2078,7 +2078,7 @@ class APIRouter(routing.Router): |
|
|
|
Optional[bool], |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
Auto create options route. |
|
|
|
Automatically create a route to handle the OPTIONS HTTP verb. |
|
|
|
""" |
|
|
|
), |
|
|
|
] = False, |
|
|
@ -2469,7 +2469,7 @@ class APIRouter(routing.Router): |
|
|
|
Optional[bool], |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
Auto create options route. |
|
|
|
Automatically create a route to handle the OPTIONS HTTP verb. |
|
|
|
""" |
|
|
|
), |
|
|
|
] = False, |
|
|
@ -2860,7 +2860,7 @@ class APIRouter(routing.Router): |
|
|
|
Optional[bool], |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
Auto create options route. |
|
|
|
Automatically create a route to handle the OPTIONS HTTP verb. |
|
|
|
""" |
|
|
|
), |
|
|
|
] = False, |
|
|
@ -3246,7 +3246,7 @@ class APIRouter(routing.Router): |
|
|
|
Optional[bool], |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
Auto create options route. |
|
|
|
Automatically create a route to handle the OPTIONS HTTP verb. |
|
|
|
""" |
|
|
|
), |
|
|
|
] = False, |
|
|
@ -3632,7 +3632,7 @@ class APIRouter(routing.Router): |
|
|
|
Optional[bool], |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
Auto create options route. |
|
|
|
Automatically create a route to handle the OPTIONS HTTP verb. |
|
|
|
""" |
|
|
|
), |
|
|
|
] = False, |
|
|
@ -4023,7 +4023,7 @@ class APIRouter(routing.Router): |
|
|
|
Optional[bool], |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
Auto create options route. |
|
|
|
Automatically create a route to handle the OPTIONS HTTP verb. |
|
|
|
""" |
|
|
|
), |
|
|
|
] = False, |
|
|
@ -4414,7 +4414,7 @@ class APIRouter(routing.Router): |
|
|
|
Optional[bool], |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
Auto create options route. |
|
|
|
Automatically create a route to handle the OPTIONS HTTP verb. |
|
|
|
""" |
|
|
|
), |
|
|
|
] = False, |
|
|
|