File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Use ``validate_request`` function to validate request against a given spec.
82
82
83
83
Request object should implement OpenAPI Request protocol (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html >`__).
84
84
85
- Use the same function to validate webhook request against a given spec.
85
+ (For OpenAPI v3.1) Use the same function to validate webhook request against a given spec.
86
86
87
87
.. code-block :: python
88
88
@@ -120,7 +120,7 @@ Use ``validate_response`` function to validate response against a given spec.
120
120
121
121
Response object should implement OpenAPI Response protocol (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html >`__).
122
122
123
- Use the same function to validate response from webhook request against a given spec.
123
+ (For OpenAPI v3.1) Use the same function to validate response from webhook request against a given spec.
124
124
125
125
.. code-block :: python
126
126
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Use ``validate_request`` function to validate request against a given spec. By d
25
25
26
26
Request object should implement OpenAPI Request protocol (See :doc: `integrations `).
27
27
28
- Use the same function to validate webhook request against a given spec.
28
+ (For OpenAPI v3.1) Use the same function to validate webhook request against a given spec.
29
29
30
30
.. code-block :: python
31
31
@@ -63,7 +63,7 @@ Use ``validate_response`` function to validate response against a given spec. By
63
63
64
64
Response object should implement OpenAPI Response protocol (See :doc: `integrations `).
65
65
66
- Use the same function to validate response from webhook request against a given spec.
66
+ (For OpenAPI v3.1) Use the same function to validate response from webhook request against a given spec.
67
67
68
68
.. code-block :: python
69
69
You can’t perform that action at this time.
0 commit comments