This commit is contained in:
con-docs
2025-02-07 13:08:53 -06:00
parent f79d201b73
commit edace75dde
10 changed files with 38 additions and 36 deletions

View File

@@ -10,16 +10,17 @@ slug: /tools/sdk/powershell/v2024/methods
tags: ['SDK', 'Software Development Kit', 'v2024', 'methods']
---
Method docs provide detailed information about each API operation (or method). They describe what the method does, its input parameters, expected return values, and any considerations to keep in mind when using it.
Method documents provide detailed information about each API operation (or method). They describe what the method does and details its input parameters, expected return values, and any considerations to be aware of when using it.
## Key Features
- Purpose & Overview: Explains the purpose of the method and its role in the API.
- Parameters: Describes the required input parameters, including their data types.
- Parameters: Describe the required input parameters, including their data types.
- Response Format: Details the expected return format or structure.
- Error Scenarios: Outlines potential errors or issues that may arise during method execution.
- Error Scenarios: Outline potential errors or issues that may arise during method execution.
- Example: Provides a sample of how the API uses the method.
## Available Methods
Below you'll find a list of the core methods available in the PowerShell SDK for **v2024** endpoints:
This is a list of the core methods available in the PowerShell SDK for **V2024** endpoints:
```mdx-code-block
import DocCardList from '@theme/DocCardList';