Skip to content

Commit 5469e72

Browse files
Update README
1 parent f1690f3 commit 5469e72

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ $response = $hubspot->apiRequest([
196196
]);
197197
```
198198

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+
199204
## Contributing
200205

201206
### Run spec tests

0 commit comments

Comments
 (0)