From 5469e7293bd4ea7220b58b509fe4a53449cb3aa5 Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Mon, 12 May 2025 17:09:14 +0300 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a8eb00032..7f0350e3a 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,11 @@ $response = $hubspot->apiRequest([ ]); ``` +## Reserved words + +The SDK has reserved words(e.g. `clone`). [Full list of reserved words.](https://openapi-generator.tech/docs/generators/php#reserved-words) +When you face with a reserved word you have to add `_` before the word(e.g. `_clone`). + ## Contributing ### Run spec tests