Skip to content

Commit

Permalink
Remove unused rename in swagger config
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Jul 26, 2022
1 parent 1d4cabe commit 9ca2089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,9 @@
"Params": "CollectionParams",
"Balance": "CollectionBalance",
"AllBalances": "CollectionAllBalances",
"Grant": "CollectionGrant",
"GranteeGrants": "CollectionGranteeGrants",
"Grants": "CollectionGrants",
"Approved": "CollectionApproved",
"Authorization": "CollectionAuthorization",
"OperatorAuthorizations": "CollectionOperatorAuthorizations",
"Supply": "CollectionSupply",
"Minted": "CollectionMinted",
"Burnt": "CollectionBurnt",
"Approvers": "CollectionApprovers",
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40262,7 +40262,7 @@ paths:
- `contract_id` is of invalid format.
- ErrInvalidAddress
- `proxy` is of invalid format.
operationId: Approvers
operationId: CollectionApprovers
responses:
'200':
description: A successful response.
Expand Down

0 comments on commit 9ca2089

Please sign in to comment.