We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1690f3 commit 5469e72Copy full SHA for 5469e72
1 file changed
README.md
@@ -196,6 +196,11 @@ $response = $hubspot->apiRequest([
196
]);
197
```
198
199
+## Reserved words
200
+
201
+The SDK has reserved words(e.g. `clone`). [Full list of reserved words.](https://openapi-generator.tech/docs/generators/php#reserved-words)
202
+When you face with a reserved word you have to add `_` before the word(e.g. `_clone`).
203
204
## Contributing
205
206
### Run spec tests
0 commit comments