Skip to content

Commit d5a1298

Browse files
Update HttpService.yaml
1 parent 6bc3e72 commit d5a1298

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en-us/reference/engine/classes/HttpService.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,14 @@ methods:
111111
summary: |
112112
Generates a UUID/GUID random string, optionally with curly braces.
113113
description: |
114-
This method randomly creates a [universally unique identifier
114+
This method randomly creates a universally unique identifier
115115
[UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier)
116116
string. The sixteen octets of a UUID are represented as 32 hexadecimal
117117
(base 16) digits, displayed in 5 groups separated by hyphens in the form
118118
`8-4-4-4-12` for a total of 36 characters, for example
119-
`123e4567-e89b-12d3-a456-426655440000`.
119+
`123e4567-e89b-12d3-a456-426655440000`. The UUID specification used is
120+
[Version 4 (Random Data)](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random))
121+
Variant 1 (DCE 1.1, ISO/IEC 11578:1996).
120122
121123
The `wrapInCurlyBraces` argument determines whether the returned string is
122124
wrapped in curly braces (`{}`). For instance:

0 commit comments

Comments
 (0)