adding docs back

This commit is contained in:
darrell-thobe-sp
2025-01-27 13:45:46 -05:00
parent 0320f902d8
commit 5c80018a9c
3 changed files with 39 additions and 2 deletions

View File

@@ -384,7 +384,7 @@ Code | Description | Data Type
### Example
```powershell
$Index = "accounts" # String | The index from which to fetch the specified document. The currently supported index names are: *accessprofiles*, *accountactivities*, *entitlements*, *events*, *identities*, and *roles*.
$Index = "accessprofiles" # String | The index from which to fetch the specified document. The currently supported index names are: *accessprofiles*, *accountactivities*, *entitlements*, *events*, *identities*, and *roles*.
$Id = "2c91808568c529c60168cca6f90c1313" # String | ID of the requested document.
# Get a Document by ID
try {