diff --git a/docs/faq-generators.md b/docs/faq-generators.md index 0fd6b5d2a96..e44e0c19b36 100644 --- a/docs/faq-generators.md +++ b/docs/faq-generators.md @@ -494,6 +494,8 @@ Here is a working sample that put's together all of this. - The default project structure now follows the SPM (Swift Package Manager) structure. To revert to the old structure, set the `useSPMFileStructure` flag to `false`. - The former `{{projectName}}API` is now called `{{projectName}}APIConfiguration`. - You can now set a request interceptor and retrier by configuring `OpenAPIClient.shared.interceptor`, making authenticated requests easier to manage. +- The protocol `JSONEncodable` was renamed to `ParameterConvertible`. +- The flag `useJSONEncodable` was renamed to `useParameterConvertible`. ## TypeScript