Skip to content

Commit 6c1f53c

Browse files
committed
change lukas to jim to be consistent in examples
1 parent cbda300 commit 6c1f53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/SandboxSetup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To log in through the REST API, send a POST request to the <b>/registrar</b> end
9999
POST localhost:3000/registrar
100100
101101
{
102-
"enrollId": "lukas",
102+
"enrollId": "jim",
103103
"enrollSecret": "NPKYL39uKbkj"
104104
}
105105
```
@@ -108,7 +108,7 @@ POST localhost:3000/registrar
108108
```
109109
200 OK
110110
{
111-
"OK": "Login successful for user 'lukas'."
111+
"OK": "Login successful for user 'jim'."
112112
}
113113
```
114114

0 commit comments

Comments
 (0)