Skip to content

Commit

Permalink
Merge pull request #19 from civicteam/fix/TECH-928_removeIssueTimestamp
Browse files Browse the repository at this point in the history
TECH-926 Remove issueTimestamp from the sample request filters
  • Loading branch information
flipscholtz authored Dec 13, 2024
2 parents f488c9c + 71caa86 commit 9d7bc75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ paths:
tags:
- pass
summary: List Civic Passes
description: Returns a list of all Civic Passes you have issued. Optionally filtered by the Civic Pass attributes.
description: Returns a list of all Civic Passes you have issued. Optionally filtered by the Civic Pass attributes. A pass may take a few seconds to a few minutes to show up here after issuing, depending on blockchain confirmation times.
operationId: listPass
requestBody:
content:
Expand All @@ -100,9 +100,6 @@ paths:
walletAddress:
type: string
example: "4v4PL5bMZXXvQB3mvWPXLvqfJpjJmPRnPrmENnUESQQQ"
issueTimestamp:
type: object
example: { "$gt": 1677588890 }
responses:
200:
description: "OK"
Expand Down Expand Up @@ -170,7 +167,7 @@ paths:
tags:
- pass
summary: Retrieve a Civic Pass.
description: Retrieve the full details about a Civic Pass you issued, including a log of all events associated with the specific pass.
description: Retrieve the full details about a Civic Pass you issued, including a log of all events associated with the specific pass. A pass may take a few seconds to a few minutes to show up here after issuing, depending on blockchain confirmation times.
operationId: getPass
parameters:
- name: chain
Expand Down

0 comments on commit 9d7bc75

Please sign in to comment.