Skip to content

Commit ea434a0

Browse files
committed
readme
1 parent 1d99407 commit ea434a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ uv --directory=backend run python src/entrypoint.py
5454

5555
Update the codegen for the OpenAPI calls:
5656
```bash
57-
kiota generate -l python -c BackendClient -n client -d ./tests/unit/__snapshots__/test_basic_server_functionality/test_openapi_schema.json -o ./tests/e2e/openapi_codegen --exclude-backward-compatible
57+
kiota generate -l python -c BackendClient -n client -d ./tests/unit/__snapshots__/test_basic_server_functionality/test_openapi_schema.json -o ./tests/e2e/generated/open_api --exclude-backward-compatible --clean-output --additional-data false
5858
```{% endraw %}{% endif %}{% if backend_uses_graphql %}{% raw %}
5959

6060
To regenerate the GraphQL client code for the E2E test suite, run:

0 commit comments

Comments
 (0)