Skip to content

Commit e65d370

Browse files
committed
remove tags fields from the example (had to start 'api', not 'api_nested' example)
1 parent 84c3c9c commit e65d370

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/http_snippets/snippets/nested_api__create_person_with_computer_relationship_result

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ Content-Type: application/vnd.api+json
55
"data": {
66
"attributes": {
77
"display_name": "JOHN <john@exmple.com>",
8-
"json_data": null,
9-
"name": "John",
10-
"single_tag": null,
11-
"tags": []
8+
"name": "John"
129
},
1310
"id": "1",
1411
"links": {

docs/http_snippets/snippets/nested_api__update_person_with_computer_relationship_result

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ Content-Type: application/vnd.api+json
55
"data": {
66
"attributes": {
77
"display_name": "JOHN <john@example.com>",
8-
"json_data": null,
98
"name": "John",
10-
"single_tag": null,
11-
"tags": []
129
},
1310
"id": "1",
1411
"links": {

0 commit comments

Comments
 (0)