We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f6b9f commit 80bb02aCopy full SHA for 80bb02a
2 files changed
deno.json
@@ -2,6 +2,7 @@
2
"name": "@johanfive/xmas",
3
"version": "0.0.1",
4
"exports": "./src/index.ts",
5
+ "license": "MIT",
6
"imports": {
7
"std/": "https://deno.land/std@0.224.0/",
8
"types/": "./src/core/types/",
src/endpoints/integrations/index.ts
@@ -22,7 +22,7 @@ export class IntegrationsEndpoint {
22
*
23
* @param url The URL of the integration trigger endpoint
24
* @param payload The payload to send to the integration
25
- * @returns The HTTP response containing a paginated list of integrations
+ * @returns The HTTP response containing a request ID
26
* @throws {XmApiError} If the request fails
27
*/
28
trigger(
0 commit comments