Skip to content

Commit

Permalink
Update request_id param description
Browse files Browse the repository at this point in the history
  • Loading branch information
akshgpt7 authored Nov 14, 2024
1 parent f056de1 commit a55bf8e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions discovery/search-category.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,11 @@ paths:
- name: request_id
in: query
description:
An ID to track site visitor clicks. We recommend that you generate
unique, random values of 13 digits to enable click-tracking.
An ID to track the API request for identification in logs.
<br><br> Bloomreach doesn't automatically enforce the requirements
for this parameter. For example, you can enter test as your value
for this parameter. For example, you can enter `test` as your value
for each instance of the request_id parameter without triggering an
error message. However, using a unique value allows us to help you
error message. However, using a unique value (random number/Unix Timestamp) allows us to help you
if you encounter a problem.
required: false
example: 1234567891234
Expand Down

0 comments on commit a55bf8e

Please sign in to comment.