Skip to content

Commit

Permalink
Merge pull request #785 from 0xPolygonID/add_deeplink_to_get_link_end…
Browse files Browse the repository at this point in the history
…point

chore: improve spec
martinsaporiti authored Sep 16, 2024
2 parents ad1aa64 + ead59c4 commit 86115fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/api.yaml
Original file line number Diff line number Diff line change
@@ -1154,7 +1154,10 @@ paths:
get:
summary: Get Link
operationId: GetLink
description: Get a specific link for the provided identity.
description: |
Get a specific link for the provided identity.
`deepLink` and `universalLink` fields are returned if the credential has an associated qr code. <br/>
To create a QR code for the link, use the endpoint `/v2/identities/{identifier}/credentials/links/{id}/qrcode`.
security:
- basicAuth: [ ]
tags:

0 comments on commit 86115fe

Please sign in to comment.