You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: API.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2803,7 +2803,7 @@ Requires the string value to be a valid GUID.
2803
2803
2804
2804
-`options` - optional settings:
2805
2805
-`version` - specifies one or more acceptable versions. Can be an Array or String with the following values:
2806
-
`uuidv1`, `uuidv2`, `uuidv3`, `uuidv4`, `uuidv5`. If no `version` is specified then it is assumed to be a generic `guid`
2806
+
`uuidv1`, `uuidv2`, `uuidv3`, `uuidv4`, `uuidv5`, `uuidv6`, `uuidv7` or `uuidv8`. If no `version` is specified then it is assumed to be a generic `guid`
2807
2807
which will not validate the version or variant of the guid and just check for general structure format.
2808
2808
-`separator` - defines the allowed or required GUID separator where:
2809
2809
-`true` - a separator is required, can be either `:` or `-`.
0 commit comments