You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`params`| ParamsObject | Provide `path` and `query` params from the OpenAPI schema |
33
-
|`params.path`|`{ [name]: value }`| Provide all `path` params (params that are part of the URL) |
34
-
|`params.query`|`{ [name]: value }`| Provide all `query params (params that are part of the <ahref="https://developer.mozilla.org/en-US/docs/Web/API/URL/searchParams"target="_blank"rel="noopener noreferrer">searchParams</a> |
35
-
|`body`|`{ [name]:value }`| The <ahref="https://spec.openapis.org/oas/latest.html#request-body-object"target="_blank"rel="noopener noreferrer">requestBody</a> data, if needed (PUT/POST/PATCH/DEL only) |
|`params`| ParamsObject | Provide `path` and `query` params from the OpenAPI schema |
33
+
|`params.path`|`{ [name]: value }`| Provide all `path` params (params that are part of the URL) |
34
+
|`params.query`|`{ [name]: value }`| Provide all `query params (params that are part of the <ahref="https://developer.mozilla.org/en-US/docs/Web/API/URL/searchParams"target="_blank"rel="noopener noreferrer">searchParams</a> |
35
+
|`body`|`{ [name]:value }`| The <ahref="https://spec.openapis.org/oas/latest.html#request-body-object"target="_blank"rel="noopener noreferrer">requestBody</a> data, if needed (PUT/POST/PATCH/DEL only) |
0 commit comments