Type Alias WebIntegrationsAPI

Index

Properties

clearCache: typeof clearCache

Clears the cache for web-integrations api requests.

createWebIntegration: typeof createWebIntegration

Creates a web integration.

an object with the body content

CreateWebIntegrationHttpError

deleteWebIntegration: typeof deleteWebIntegration

Deletes a single web integration by ID.

The ID of the web integration to delete.

DeleteWebIntegrationHttpError

getWebIntegration: typeof getWebIntegration

Retrieves a single web integration by ID.

The ID of the web integration to retrieve.

GetWebIntegrationHttpError

getWebIntegrations: typeof getWebIntegrations

Retrieves web integrations matching the query.

an object with query parameters

GetWebIntegrationsHttpError

patchWebIntegration: typeof patchWebIntegration

Updates a single web integration by ID.

The ID of the web integration to update.

an object with the body content

PatchWebIntegrationHttpError