Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit fa4b9d8

Browse files
committed
cleanup
1 parent 34dac16 commit fa4b9d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/includes/_users.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```json
66
{
7-
"id":"123e4567-e89b-12d3-a456-426655440000",
7+
"id": "123e4567-e89b-12d3-a456-426655440000",
88
"company_name": "Algorithmia",
99
"company_role": "Example User",
1010
"email": "[email protected]",
@@ -66,7 +66,7 @@ In order to interact with this endpoint you must provide an admin API key. Visit
6666

6767
```json
6868
{
69-
"id":"123e4567-e89b-12d3-a456-426655440000",
69+
"id": "123e4567-e89b-12d3-a456-426655440000",
7070
"company_name": "Algorithmia",
7171
"company_role": "Example User",
7272
"email": "[email protected]",
@@ -110,7 +110,7 @@ In order to interact with this endpoint you must provide an admin API key. Visit
110110
"marker": null,
111111
"next_link": null,
112112
"results": [{
113-
"id":"123e4567-e89b-12d3-a456-426655440000",
113+
"id": "123e4567-e89b-12d3-a456-426655440000",
114114
"company_name": "Algorithmia",
115115
"company_role": "Example User",
116116
"email": "[email protected]",
@@ -203,7 +203,7 @@ In order to interact with this endpoint you must provide an admin API key. Visit
203203

204204
```json
205205
{
206-
"id":"123e4567-e89b-12d3-a456-426655440000",
206+
"id": "123e4567-e89b-12d3-a456-426655440000",
207207
"company_name": "Algorithmia",
208208
"company_role": "Example User",
209209
"email": "[email protected]",

0 commit comments

Comments
 (0)