@@ -20575,7 +20575,7 @@ export const AlertReceiversApiAxiosParamCreator = function (configuration?: Conf
2057520575 };
2057620576 },
2057720577 /**
20578- * Validate an existing alert receiver by sending a test message for example
20578+ * Validate an existing alert receiver by sending a test message for example.
2057920579 * @summary Validate Existing Alert Receiver
2058020580 * @param {string} alertReceiverId Alert Receiver ID
2058120581 * @param {AlertReceiverValidationRequest} [alertReceiverValidationRequest]
@@ -20737,7 +20737,7 @@ export const AlertReceiversApiFp = function(configuration?: Configuration) {
2073720737 return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2073820738 },
2073920739 /**
20740- * Validate an existing alert receiver by sending a test message for example
20740+ * Validate an existing alert receiver by sending a test message for example.
2074120741 * @summary Validate Existing Alert Receiver
2074220742 * @param {string} alertReceiverId Alert Receiver ID
2074320743 * @param {AlertReceiverValidationRequest} [alertReceiverValidationRequest]
@@ -20825,7 +20825,7 @@ export const AlertReceiversApiFactory = function (configuration?: Configuration,
2082520825 return localVarFp.getAlertReceivers(organizationId, options).then((request) => request(axios, basePath));
2082620826 },
2082720827 /**
20828- * Validate an existing alert receiver by sending a test message for example
20828+ * Validate an existing alert receiver by sending a test message for example.
2082920829 * @summary Validate Existing Alert Receiver
2083020830 * @param {string} alertReceiverId Alert Receiver ID
2083120831 * @param {AlertReceiverValidationRequest} [alertReceiverValidationRequest]
@@ -20917,7 +20917,7 @@ export class AlertReceiversApi extends BaseAPI {
2091720917 }
2091820918
2091920919 /**
20920- * Validate an existing alert receiver by sending a test message for example
20920+ * Validate an existing alert receiver by sending a test message for example.
2092120921 * @summary Validate Existing Alert Receiver
2092220922 * @param {string} alertReceiverId Alert Receiver ID
2092320923 * @param {AlertReceiverValidationRequest} [alertReceiverValidationRequest]
0 commit comments