Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Aug 29, 2024
1 parent a5fda28 commit 055223a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/routes/verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,10 @@ async def get_credentials_by_proof_id(
proof_id: str
The relevant proof exchange ID for the prover
referent: Optional str
The presentation_referent of the proof to match
limit: Optional str
The presentation_referent of the proof to match, comma separated str of presentation_referents
limit: Optional int
The number of credentials to fetch
offset: Optional str
offset: Optional int
The index to start fetching credentials from
Returns:
Expand Down

0 comments on commit 055223a

Please sign in to comment.