Skip to content

Commit c54baa9

Browse files
Merge pull request #170 from hollyabrams/Fix-remove-sensitive-data
Redacted sensitive data from Luma API response example
2 parents 4a030bf + c4e7d8e commit c54baa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

official/docs/responses/luma/luma-buy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"object": "Address",
99
"created_at": "2025-02-05T21:00:00+00:00",
1010
"updated_at": "2025-02-05T21:00:00+00:00",
11-
"name": "James Sutton",
11+
"name": "Archmage Luma",
1212
"company": null,
13-
"street1": "700 W Hamilton St",
13+
"street1": "1234 Adam Irwin Way",
1414
"street2": null,
1515
"city": "Campbell",
1616
"state": "CA",
@@ -74,9 +74,9 @@
7474
"object": "Address",
7575
"created_at": "2025-02-05T21:00:00+00:00",
7676
"updated_at": "2025-02-05T21:00:00+00:00",
77-
"name": "James Sutton",
77+
"name": "Archmage Luma",
7878
"company": null,
79-
"street1": "700 W Hamilton St",
79+
"street1": "1234 Adam Irwin Way",
8080
"street2": null,
8181
"city": "Campbell",
8282
"state": "CA",

0 commit comments

Comments
 (0)