Skip to content

Commit

Permalink
chore: swap summary & description
Browse files Browse the repository at this point in the history
  • Loading branch information
manan19 committed Oct 24, 2023
1 parent 7ce3893 commit c964c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/v2/recommendation/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ paths:
get:
tags:
- NFT
summary: Fetches all mints relevant for an user's ethereum address given a contract address (and optionally tokenId for ERC1155s)
description: Gets information status of a signer by passing in a signer_uuid (Use post API to generate a signer)
operationId: signer
summary: Relevant Mints for a User
description: Fetches all mints relevant for an user's ethereum address given a contract address (and optionally tokenId for ERC1155s)
operationId: getRelevantMints
parameters:
- $ref: '#/components/parameters/ApiKey'
- name: address
Expand Down

0 comments on commit c964c03

Please sign in to comment.