GET
/docs/{id}Get a document
Retrieves a single document by its ID.
Documents
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | yes | The document ID. |
Responses
200The requested document.
idstringtitlestringslugstringcontentstringtagsarraycreatedAtstringupdatedAtstring404Document not found.