Skip to content

Commit d5a01cf

Browse files
Pl 63525 - default notification template set swagger changes (#674)
* apiOnboarding * defaultNotificationSwaggerChanges * defaultNotificationSwaggerChanges
1 parent 6b66c4c commit d5a01cf

8 files changed

+663
-455
lines changed

harness/nextgen/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Class | Method | HTTP request | Description
3636
*AccountDefaultNotificationTemplateSetApi* | [**CreateAccountDefaultNotificationTemplateSet**](docs/AccountDefaultNotificationTemplateSetApi.md#createaccountdefaultnotificationtemplateset) | **Post** /v1/default-notification-template-set | Create Default Notification Template Set
3737
*AccountDefaultNotificationTemplateSetApi* | [**DeleteAccountDefaultNotificationTemplateSet**](docs/AccountDefaultNotificationTemplateSetApi.md#deleteaccountdefaultnotificationtemplateset) | **Delete** /v1/default-notification-template-set/{identifier} | Delete Default Notification Template Set
3838
*AccountDefaultNotificationTemplateSetApi* | [**GetAccountDefaultNotificationTemplateSet**](docs/AccountDefaultNotificationTemplateSetApi.md#getaccountdefaultnotificationtemplateset) | **Get** /v1/default-notification-template-set/{identifier} | Get Default Notification Template Set
39-
*AccountDefaultNotificationTemplateSetApi* | [**ListAccountDefaultNotificationTemplateSet**](docs/AccountDefaultNotificationTemplateSetApi.md#listaccountdefaultnotificationtemplateset) | **Post** /v1/default-notification-template-set/list | List Default Notification Template Set
39+
*AccountDefaultNotificationTemplateSetApi* | [**ListAccountDefaultNotificationTemplateSet**](docs/AccountDefaultNotificationTemplateSetApi.md#listaccountdefaultnotificationtemplateset) | **Get** /v1/default-notification-template-set | List Default Notification Template Set
4040
*AccountDefaultNotificationTemplateSetApi* | [**UpdateAccountDefaultNotificationTemplateSet**](docs/AccountDefaultNotificationTemplateSetApi.md#updateaccountdefaultnotificationtemplateset) | **Put** /v1/default-notification-template-set/{identifier} | Update Default Notification Template Set
4141
*ApiKeyApi* | [**CreateApiKey**](docs/ApiKeyApi.md#createapikey) | **Post** /ng/api/apikey | Creates an API key
4242
*ApiKeyApi* | [**DeleteApiKey**](docs/ApiKeyApi.md#deleteapikey) | **Delete** /ng/api/apikey/{identifier} | Deletes the API Key corresponding to the provided ID.
@@ -304,12 +304,12 @@ Class | Method | HTTP request | Description
304304
*OrgDefaultNotificationTemplateSetApi* | [**CreateOrgDefaultNotificationTemplateSet**](docs/OrgDefaultNotificationTemplateSetApi.md#createorgdefaultnotificationtemplateset) | **Post** /v1/orgs/{org}/default-notification-template-set | Create Default Notification Template Set
305305
*OrgDefaultNotificationTemplateSetApi* | [**DeleteOrgDefaultNotificationTemplateSet**](docs/OrgDefaultNotificationTemplateSetApi.md#deleteorgdefaultnotificationtemplateset) | **Delete** /v1/orgs/{org}/default-notification-template-set/{identifier} | Delete Default Notification Template Set
306306
*OrgDefaultNotificationTemplateSetApi* | [**GetOrgDefaultNotificationTemplateSet**](docs/OrgDefaultNotificationTemplateSetApi.md#getorgdefaultnotificationtemplateset) | **Get** /v1/orgs/{org}/default-notification-template-set/{identifier} | Get Default Notification Template Set
307-
*OrgDefaultNotificationTemplateSetApi* | [**ListOrgDefaultNotificationTemplateSet**](docs/OrgDefaultNotificationTemplateSetApi.md#listorgdefaultnotificationtemplateset) | **Post** /v1/orgs/{org}/default-notification-template-set/list | List Default Notification Template Set
307+
*OrgDefaultNotificationTemplateSetApi* | [**ListOrgDefaultNotificationTemplateSet**](docs/OrgDefaultNotificationTemplateSetApi.md#listorgdefaultnotificationtemplateset) | **Get** /v1/orgs/{org}/default-notification-template-set | List Default Notification Template Set
308308
*OrgDefaultNotificationTemplateSetApi* | [**UpdateOrgDefaultNotificationTemplateSet**](docs/OrgDefaultNotificationTemplateSetApi.md#updateorgdefaultnotificationtemplateset) | **Put** /v1/orgs/{org}/default-notification-template-set/{identifier} | Update Default Notification Template Set
309309
*ProjectDefaultNotificationTemplateSetApi* | [**CreateProjectDefaultNotificationTemplateSet**](docs/ProjectDefaultNotificationTemplateSetApi.md#createprojectdefaultnotificationtemplateset) | **Post** /v1/orgs/{org}/projects/{project}/default-notification-template-set | Create Default Notification Template Set
310310
*ProjectDefaultNotificationTemplateSetApi* | [**DeleteProjectDefaultNotificationTemplateSet**](docs/ProjectDefaultNotificationTemplateSetApi.md#deleteprojectdefaultnotificationtemplateset) | **Delete** /v1/orgs/{org}/projects/{project}/default-notification-template-set/{identifier} | Delete Default Notification Template Set
311311
*ProjectDefaultNotificationTemplateSetApi* | [**GetProjectDefaultNotificationTemplateSet**](docs/ProjectDefaultNotificationTemplateSetApi.md#getprojectdefaultnotificationtemplateset) | **Get** /v1/orgs/{org}/projects/{project}/default-notification-template-set/{identifier} | Get Default Notification Template Set
312-
*ProjectDefaultNotificationTemplateSetApi* | [**ListProjectDefaultNotificationTemplateSet**](docs/ProjectDefaultNotificationTemplateSetApi.md#listprojectdefaultnotificationtemplateset) | **Post** /v1/orgs/{org}/projects/{project}/default-notification-template-set/list | List Default Notification Template Set
312+
*ProjectDefaultNotificationTemplateSetApi* | [**ListProjectDefaultNotificationTemplateSet**](docs/ProjectDefaultNotificationTemplateSetApi.md#listprojectdefaultnotificationtemplateset) | **Get** /v1/orgs/{org}/projects/{project}/default-notification-template-set | List Default Notification Template Set
313313
*ProjectDefaultNotificationTemplateSetApi* | [**UpdateProjectDefaultNotificationTemplateSet**](docs/ProjectDefaultNotificationTemplateSetApi.md#updateprojectdefaultnotificationtemplateset) | **Put** /v1/orgs/{org}/projects/{project}/default-notification-template-set/{identifier} | Update Default Notification Template Set
314314
*OrganizationApi* | [**DeleteOrganization**](docs/OrganizationApi.md#deleteorganization) | **Delete** /ng/api/organizations/{identifier} | Deletes the Organization corresponding to the specified Organization ID.
315315
*OrganizationApi* | [**GetOrganization**](docs/OrganizationApi.md#getorganization) | **Get** /ng/api/organizations/{identifier} | Get the Organization by accountIdentifier and orgIdentifier
@@ -705,7 +705,6 @@ Class | Method | HTTP request | Description
705705
- [DashboardsErrorResponse](docs/DashboardsErrorResponse.md)
706706
- [DataPoint](docs/DataPoint.md)
707707
- [DefaultNotificationTemplateSetDto](docs/DefaultNotificationTemplateSetDto.md)
708-
- [DefaultNotificationTemplateSetFilterRequestBody](docs/DefaultNotificationTemplateSetFilterRequestBody.md)
709708
- [DefaultNotificationTemplateSetResponse](docs/DefaultNotificationTemplateSetResponse.md)
710709
- [DefaultNotificationTemplateSetResponseDto](docs/DefaultNotificationTemplateSetResponseDto.md)
711710
- [DelegateEventNotificationParamsDto](docs/DelegateEventNotificationParamsDto.md)

0 commit comments

Comments
 (0)