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,16 +1,16 @@
---
openapi: get /did/v1/documents
title: List All DID Documents
description: Browse all decentralized identifiers in the system
og:title: DID Directory
seo:
title: "DID Directory"
---
<Note>
This endpoint returns all DIDs including deactivated ones.
Filter by the `deactivated` field for active DIDs only.
</Note>
:::note
This endpoint returns all DIDs including deactivated ones.
Filter by the `deactivated` field for active DIDs only.
:::
<Tip>
For large systems, use pagination parameters to retrieve documents
in manageable chunks. Start with a reasonable limit like 50-100.
</Tip>
:::tip
For large systems, use pagination parameters to retrieve documents
in manageable chunks. Start with a reasonable limit like 50-100.
:::