Skip to content

Commit 28fef45

Browse files
committed
remove created_at and modified_at from responses examples
1 parent 9a3d634 commit 28fef45

6 files changed

+0
-20
lines changed

docs/http_snippets/snippets/example_one_api__create_computer_for_user_result

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ Content-Type: application/json
2121
{
2222
"attributes": {
2323
"age": 37,
24-
"created_at": "2023-08-31T15:26:43.331089",
2524
"email": "bob@example.com",
2625
"first_name": "Bob",
2726
"last_name": "Green",
28-
"modified_at": "2023-08-31T15:26:43.331092",
2927
"status": "active"
3028
},
3129
"id": "3",

docs/http_snippets/snippets/example_one_api__create_user_result

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ Content-Type: application/json
55
"data": {
66
"attributes": {
77
"age": 37,
8-
"created_at": "2023-08-31T15:26:43.331089",
98
"email": "bob@example.com",
109
"first_name": "Bob",
1110
"last_name": "Green",
12-
"modified_at": "2023-08-31T15:26:43.331092",
1311
"status": "active"
1412
},
1513
"id": "3",

docs/http_snippets/snippets/example_one_api__get_user_result

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ Content-Type: application/json
55
"data": {
66
"attributes": {
77
"age": 37,
8-
"created_at": "2023-08-31T15:26:43.331089",
98
"email": "bob@example.com",
109
"first_name": "Bob",
1110
"last_name": "Green",
12-
"modified_at": "2023-08-31T15:26:43.331092",
1311
"status": "active"
1412
},
1513
"id": "3",

docs/http_snippets/snippets/example_one_api__get_user_with_computers_result

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ Content-Type: application/json
55
"data": {
66
"attributes": {
77
"age": 37,
8-
"created_at": "2023-08-31T15:26:43.331089",
98
"email": "bob@example.com",
109
"first_name": "Bob",
1110
"last_name": "Green",
12-
"modified_at": "2023-08-31T15:26:43.331092",
1311
"status": "active"
1412
},
1513
"id": "3",

docs/http_snippets/snippets/example_one_api__get_users_result

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ Content-Type: application/json
66
{
77
"attributes": {
88
"age": 21,
9-
"created_at": "2023-08-25T18:32:32.658746",
109
"email": "john@example.com",
1110
"first_name": "John",
1211
"last_name": "Smith",
13-
"modified_at": "2023-08-25T18:32:32.658753",
1412
"status": "active"
1513
},
1614
"id": "1",
@@ -19,11 +17,9 @@ Content-Type: application/json
1917
{
2018
"attributes": {
2119
"age": 42,
22-
"created_at": "2023-08-25T18:33:00.840849",
2320
"email": "sam@example.com",
2421
"first_name": "Sam",
2522
"last_name": "White",
26-
"modified_at": "2023-08-25T18:33:00.840854",
2723
"status": "active"
2824
},
2925
"id": "2",
@@ -32,11 +28,9 @@ Content-Type: application/json
3228
{
3329
"attributes": {
3430
"age": 37,
35-
"created_at": "2023-08-31T15:26:43.331089",
3631
"email": "bob@example.com",
3732
"first_name": "Bob",
3833
"last_name": "Green",
39-
"modified_at": "2023-08-31T15:26:43.331092",
4034
"status": "active"
4135
},
4236
"id": "3",

docs/http_snippets/snippets/example_one_api__get_users_with_computers_result

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ Content-Type: application/json
66
{
77
"attributes": {
88
"age": 21,
9-
"created_at": "2023-08-25T18:32:32.658746",
109
"email": "john@example.com",
1110
"first_name": "John",
1211
"last_name": "Smith",
13-
"modified_at": "2023-08-25T18:32:32.658753",
1412
"status": "active"
1513
},
1614
"id": "1",
@@ -24,11 +22,9 @@ Content-Type: application/json
2422
{
2523
"attributes": {
2624
"age": 42,
27-
"created_at": "2023-08-25T18:33:00.840849",
2825
"email": "sam@example.com",
2926
"first_name": "Sam",
3027
"last_name": "White",
31-
"modified_at": "2023-08-25T18:33:00.840854",
3228
"status": "active"
3329
},
3430
"id": "2",
@@ -47,11 +43,9 @@ Content-Type: application/json
4743
{
4844
"attributes": {
4945
"age": 37,
50-
"created_at": "2023-08-31T15:26:43.331089",
5146
"email": "bob@example.com",
5247
"first_name": "Bob",
5348
"last_name": "Green",
54-
"modified_at": "2023-08-31T15:26:43.331092",
5549
"status": "active"
5650
},
5751
"id": "3",

0 commit comments

Comments
 (0)