This commit is contained in:
Thomas Georgios Giannos 2024-05-13 12:26:39 +03:00
parent 307fbd1174
commit 146ae4dcc1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Here we configure the API endpoint for the search queries
Here we specify where the fields we have specified above can be found on the API response body. Here we specify where the fields we have specified above can be found on the API response body.
- **Code**: The id of the field. - **Code**: The id of the field.
- **Pesponse Path**: The [JSONPath](https://goessner.net/articles/JsonPath/) on the sesponse, where this field maps to. - **Pesponse Path**: The [JSONPath](https://goessner.net/articles/JsonPath/) on the response, where this field maps to.
#### Authentication section #### Authentication section