Skip to content

Commit 235b267

Browse files
authored
docs: fix indentation in names spec for claim calls (#2042)
1 parent 07b50b7 commit 235b267

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

docs/swagger_v3/names.spec.yaml

+37-37
Original file line numberDiff line numberDiff line change
@@ -618,43 +618,43 @@ paths:
618618
application/json:
619619
schema:
620620
$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'
658658
/names/{id}/claims:
659659
get:
660660
deprecated: false

0 commit comments

Comments
 (0)