feat: migrate to blume docs

This commit is contained in:
Prad Nukala
2026-09-02 16:53:38 -04:00
parent b1a622ea13
commit 432ef49207
163 changed files with 2327 additions and 9908 deletions
@@ -1,21 +1,21 @@
---
openapi: post /did.v1.Msg/IssueVerifiableCredential
title: Issue W3C Verifiable Credential
description: Create cryptographically signed credentials for identity claims
og:title: Issue Digital Credentials
seo:
title: "Issue Digital Credentials"
---
<Note>
Only DIDs with appropriate verification methods can issue credentials.
The issuer's reputation affects credential trustworthiness.
</Note>
:::note
Only DIDs with appropriate verification methods can issue credentials.
The issuer's reputation affects credential trustworthiness.
:::
<Tip>
Set reasonable expiration dates for credentials that represent
time-bound claims (e.g., memberships, certifications).
</Tip>
:::tip
Set reasonable expiration dates for credentials that represent
time-bound claims (e.g., memberships, certifications).
:::
<Warning>
Issued credentials cannot be modified. To update claims,
revoke the old credential and issue a new one.
</Warning>
:::warning
Issued credentials cannot be modified. To update claims,
revoke the old credential and issue a new one.
:::