We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e612e84 + e42009c commit 0d5f7b5Copy full SHA for 0d5f7b5
1 file changed
api.yaml
@@ -16,6 +16,8 @@ tags:
16
description: Internal APIs for service-to-service communication
17
- name: Admin
18
description: NCC Admin Internal APIs
19
+ - name: Webhooks
20
+ description: Webhook notification APIs
21
- name: User Management Notification
22
description: Public APIs for user management for notifications
23
- name: Address
@@ -80928,7 +80930,7 @@ components:
80928
80930
type: object
80929
80931
properties:
80932
walletIds:
- maxItems: 1000
80933
+ maxItems: 5000
80934
minItems: 0
80935
type: array
80936
items:
0 commit comments