Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notes to Issue Credential and Create Presentation regarding different media types #417

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,12 @@ <h4>Issue Credential</h4>
<p>
</p>

<p class="note" title="Issued credential media types">
An `EnvelopedVerifiableCredential` can be returned in the `IssueCredentialSuccess` response
in order to issue credentials with a media type other than `application/vc`,
such as `application/vc+sd-jwt`.
</p>

<div class="api-detail"
data-api-endpoint="post /credentials/issue"></div>
</section>
Expand Down Expand Up @@ -876,6 +882,12 @@ <h4>Create Presentation</h4>
<p>
</p>

<p class="note" title="Presentation media types">
An `EnvelopedVerifiablePresentation` can be returned in the response
in order to create presentations with a media type other than `application/vp`,
such as `application/vp+jwt`.
</p>

<div class="api-detail"
data-api-endpoint="post /presentations"></div>
</section>
Expand Down