kiota_client_edit
Update an existing Kiota API client's configuration—language, output path, namespace—without regenerating code.
Instructions
Update an existing API client configuration in the Kiota workspace. Allows changing language, output path, or other settings without regenerating code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Optional: Change the target programming language | |
| namespace | No | Optional: Update the namespace or package name | |
| clientName | Yes | Name of the client to edit (must exist in workspace) | |
| outputPath | No | Optional: Change the output directory | |
| openApiPath | No | Optional: Update the OpenAPI specification path | |
| includeAdditionalData | No | Optional: Update additional data inclusion setting |