This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -809,14 +809,16 @@ components:
809
809
description : ' ID of the address activity webhook'
810
810
addresses_to_add :
811
811
type : array
812
+ required : true
812
813
default : []
813
- description : ' List of addresses to add, use [] if none.'
814
+ description : ' List of addresses to add, ** use [] if none** .'
814
815
items :
815
816
type : string
816
817
addresses_to_remove :
817
818
type : array
819
+ required : true
818
820
default : []
819
- description : ' List of addresses to remove, use [] if none.'
821
+ description : ' List of addresses to remove, ** use [] if none** .'
820
822
items :
821
823
type : string
822
824
update_webhook_nft_filters :
@@ -864,12 +866,14 @@ components:
864
866
description : ' ID of the address activity webhook'
865
867
nft_metadata_filters_to_add :
866
868
type : array
867
- description : ' List of nft metadata filters to add, use [] if none.'
869
+ description : ' List of nft metadata filters to add, **use [] if none**.'
870
+ required : true
868
871
items :
869
872
$ref : ' #/components/schemas/nft_metadata_filter_object'
870
873
nft_metadata_filters_to_remove :
871
874
type : array
872
- description : ' List of nft metadata filters to remove, use [] if none.'
875
+ description : ' List of nft metadata filters to remove, **use [] if none**.'
876
+ required : true
873
877
items :
874
878
$ref : ' #/components/schemas/nft_metadata_filter_object'
875
879
replace_webhook_addresses :
You can’t perform that action at this time.
0 commit comments