aikin-vip commented on code in PR #11060:
URL: https://github.com/apache/apisix/pull/11060#discussion_r1531449998


##########
docs/en/latest/plugins/request-id.md:
##########
@@ -47,6 +47,8 @@ The Plugin will not add a unique ID if the request already 
has a header with the
 | algorithm           | string  | False    | "uuid"         | ["uuid", 
"nanoid", "range_id"] | Algorithm to use for generating the unique request ID.  
               |
 | range_id.char_set      | string | False | 
"abcdefghijklmnopqrstuvwxyzABCDEFGHIGKLMNOPQRSTUVWXYZ0123456789| The minimum 
string length is 6 | Character set for range_id |
 | range_id.length    | integer | False | 16             | Minimum 6 | Id 
length for range_id algorithm |
+| nanoid.char_set      | string | False | 
"abcdefghijklmnopqrstuvwxyzABCDEFGHIGKLMNOPQRSTUVWXYZ0123456789_-| The minimum 
string length is 6 | Character set for nanoid |
+| nanoid.length    | integer | False | 21             | Minimum 6 | Id length 
for range_id algorithm |

Review Comment:
   You are right, done 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to