@@ -618,43 +618,43 @@ paths:
618
618
application/json :
619
619
schema :
620
620
$ref : ' #/components/schemas/NotFoundResponse'
621
- /accounts/{accountId}/names/claims :
622
- get :
623
- deprecated : false
624
- description : Get all name claims of an account
625
- operationId : GetAccountNameClaims
626
- parameters :
627
- - name : accountId
628
- in : path
629
- description : The account that made the claims
630
- required : true
631
- schema :
632
- $ref : ' #/components/schemas/AccountAddress'
633
- - $ref : ' #/components/parameters/LimitParam'
634
- - $ref : ' #/components/parameters/ScopeParam'
635
- - $ref : ' #/components/parameters/DirectionParam'
636
- responses :
637
- ' 200 ' :
638
- description : Returns the name the active and inactive name claims
639
- content :
640
- application/json :
641
- schema :
642
- allOf :
643
- - type : object
644
- required :
645
- - data
646
- properties :
647
- data :
648
- type : array
649
- items :
650
- $ref : ' #/components/schemas/NameClaim'
651
- - $ref : ' #/components/schemas/PaginatedResponse'
652
- ' 404 ' :
653
- description : Not Found
654
- content :
655
- application/json :
656
- schema :
657
- $ref : ' #/components/schemas/NotFoundResponse'
621
+ /accounts/{accountId}/names/claims :
622
+ get :
623
+ deprecated : false
624
+ description : Get all name claims of an account
625
+ operationId : GetAccountNameClaims
626
+ parameters :
627
+ - name : accountId
628
+ in : path
629
+ description : The account that made the claims
630
+ required : true
631
+ schema :
632
+ $ref : ' #/components/schemas/AccountAddress'
633
+ - $ref : ' #/components/parameters/LimitParam'
634
+ - $ref : ' #/components/parameters/ScopeParam'
635
+ - $ref : ' #/components/parameters/DirectionParam'
636
+ responses :
637
+ ' 200 ' :
638
+ description : Returns the name the active and inactive name claims
639
+ content :
640
+ application/json :
641
+ schema :
642
+ allOf :
643
+ - type : object
644
+ required :
645
+ - data
646
+ properties :
647
+ data :
648
+ type : array
649
+ items :
650
+ $ref : ' #/components/schemas/NameClaim'
651
+ - $ref : ' #/components/schemas/PaginatedResponse'
652
+ ' 404 ' :
653
+ description : Not Found
654
+ content :
655
+ application/json :
656
+ schema :
657
+ $ref : ' #/components/schemas/NotFoundResponse'
658
658
/names/{id}/claims :
659
659
get :
660
660
deprecated : false
0 commit comments