We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df81946 commit b056910Copy full SHA for b056910
tests/e2e/helpers/api/api-common.ts
@@ -6,9 +6,10 @@ const endpoint = Common.getEndpoint();
6
7
/**
8
* Send request using API
9
+ * @param method http method
10
* @param resourcePath URI path segment
- * @param body Request body
11
* @param statusCode Expected status code of the response
12
+ * @param body Request body
13
*/
14
export async function sendRequest(
15
method: string,
0 commit comments