Skip to content

Commit 547a569

Browse files
committed
Use collapsed section for JSON response
1 parent 47a62a2 commit 547a569

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ The following steps describe how to create a JSON:API project.
105105
GET http://localhost:5000/people?filter=equals(firstName,'John')&include=children HTTP/1.1
106106
```
107107

108+
<details>
109+
<summary>Expand to view the JSON response</summary>
110+
108111
```json
109112
{
110113
"links": {
@@ -166,6 +169,8 @@ The following steps describe how to create a JSON:API project.
166169
}
167170
```
168171

172+
</details>
173+
169174
## Learn more
170175

171176
The following links explain what this project provides, why it exists, and how you can use it.

0 commit comments

Comments
 (0)