From fd52ed65ccb28a34ef8991bbba02d7a8d2bd5e61 Mon Sep 17 00:00:00 2001 From: Igor Polyakov Date: Mon, 16 Oct 2023 12:55:01 +0700 Subject: [PATCH] GET parameter changed to the default one in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 929330d..0455c44 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,7 @@ You may be wondering how things work if you use both the `expand` and `fields` o } ``` -However, you make the following request `HTTP GET /person/13322?include=id,name&expand=country`. You will get the following back: +However, you make the following request `HTTP GET /person/13322?fields=id,name&expand=country`. You will get the following back: ```json {