mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-17 07:26:25 +00:00
feat: migrate to blume docs
This commit is contained in:
@@ -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.
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user