Skip to content

Commit d230acf

Browse files
committed
Fix typo
1 parent 5f57e32 commit d230acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ methods:
156156
such as `apis.myservice.com` or to subdomains of a domain, for example
157157
`*.myservice.org`.
158158
159-
Production `Datatype.Secrett`s are only available in live servers and Team Create. Local `Datatype.Secret`s are stored on your device per-experience, and are available for non-Team Create Studio. To add a local `Datatype.Secret` in Studio, go to the **Game Settings** in the **Home** tab of the ribbon bar. Then go to the **Security** tab of **Game Settings**.
159+
Production `Datatype.Secret`s are only available in live servers and Team Create. Local `Datatype.Secret`s are stored on your device per-experience, and are available for non-Team Create Studio. To add a local `Datatype.Secret` in Studio, go to the **Game Settings** in the **Home** tab of the ribbon bar. Then go to the **Security** tab of **Game Settings**.
160160
161161
Enter `Datatype.Secret`s in the JSON form `{"secret_name": ["cGFzc3dvcmQ=", "*.google.com"], "other_secret": ["cGFzc3dvcmQ=", "*.github.com"]}`, where `cGFzc3dvcmQ=` is the secret value, and `*.google.com` is the domain the secret is valid for. Secret values must be encoded in Base64.
162162
code_samples: []

0 commit comments

Comments
 (0)