You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Adjust the commit for which the code is generated(inside generate.sh script)
84
+
3. Execute the generation script:
85
+
```bash
86
+
./generate.sh
87
+
```
88
+
4. Commit and push the newly generated code along with the updated JAR file.
89
+
90
+
Note: There are a few files that are not replaced(EX. api_client.py), those files require some modifications after code is generated.
91
+
92
+
93
+
### OLD Updating Generated Code (Deprecated)
94
+
95
+
Python BDK uses [OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator/) to generate code.
96
+
To update the generated code, follow these steps:
97
+
79
98
1. Checkout the latest branch of the fork (e.g., [sym-python-5.5.0](https://github.com/SymphonyPlatformSolutions/openapi-generator/tree/sym-python-5.5.0)).
80
99
2. Update the fork source code, review, and merge it.
81
100
3. Generate the JAR file in`openapi-generatormodules/openapi-generator-cli/target/openapi-generator-cli.jar`:
0 commit comments