Skip to content

Commit

Permalink
TECH-926 Remove issueTimestamp from the sample request filters, becau…
Browse files Browse the repository at this point in the history
…se the Civic Gatekeeper no longer stores that at the top level.
  • Loading branch information
flipscholtz committed Dec 13, 2024
1 parent 7958630 commit 71caa86
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 71caa86

Please sign in to comment.