File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ and unmarshal request data from validation result
102
102
# get security data
103
103
validated_security = result.security
104
104
105
- Request object should be instance of OpenAPIRequest class (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html >`__).
105
+ Request object should implement OpenAPI Request protocol (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html >`__).
106
106
107
107
Response
108
108
********
@@ -132,7 +132,7 @@ and unmarshal response data from validation result
132
132
# get data
133
133
validated_data = result.data
134
134
135
- Response object should be instance of OpenAPIResponse class (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html >`__).
135
+ Response object should implement OpenAPI Response protocol (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html >`__).
136
136
137
137
Related projects
138
138
################
You can’t perform that action at this time.
0 commit comments