Skip to content

Commit ada2200

Browse files
committed
Including questions and fixed image size
1 parent 6596203 commit ada2200

File tree

1 file changed

+7
-3
lines changed
  • exercises/08-add-ssff-employee-central-api

1 file changed

+7
-3
lines changed

exercises/08-add-ssff-employee-central-api/README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Unfortunately, you will get an error message like the one shown in the gif below
7878
- Query, key: `$top`, value: `5`
7979

8080
<p align = "center">
81-
<img alt="Add header and query parameters" src="assets/blur-api-key-abhe-blur.gif" width="50%"/><br/>
81+
<img alt="Add header and query parameters" src="assets/blur-api-key-abhe-blur.gif" width="85%"/><br/>
8282
<i>Add header and query parameters</i>
8383
</p>
8484

@@ -98,8 +98,12 @@ Now we are very familiar with the process of discovering, importing, and deployi
9898

9999
If you finish earlier than your fellow participants, you might like to ponder these questions. There isn't always a single correct answer and there are no prizes - they're just to give you something else to think about.
100100

101-
1. First question.
102-
2. Second question.
101+
1. The response is in XML format.... how can we specify to the server that we would like our response to be in JSON format?
102+
2. Where can you find the MIME types that an operation can produce?
103+
<details>
104+
<summary>Hint 🔦</summary>
105+
<i>Check out the OpenAPI specification document for the API in question.</i>
106+
</details>
103107

104108
## Next
105109

0 commit comments

Comments
 (0)