Skip to content

Commit

Permalink
updated REST api questions (#4005)
Browse files Browse the repository at this point in the history
* Microsoft Power BI #3941

* Added link for proof

* rest api - similar to q60 #3984

* similar to q53 but different wording #3985
  • Loading branch information
Just2Deep authored Jul 14, 2022
1 parent 90ecd97 commit d773af8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion rest-api/rest-api-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@

[REST Architectural Constraints](https://restfulapi.net/rest-architectural-constraints/)

#### Q60. When you get a 429 code, what should you do next?
#### Q60. When you get a 429 response code, what should you do next?

- [ ] Check you JSON structure.
- [ ] Check the API uptime status.
Expand Down Expand Up @@ -492,3 +492,13 @@
- [ ] B,C,F,G
- [ ] A,D,G,H
- [ ] A,C,E,G


#### Q65. To create a new resource, what HTTP response code should you receive?

- [ ] `405`
- [x] `201`
- [ ] `200`
- [ ] `204`

[Response Codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful_responses)

0 comments on commit d773af8

Please sign in to comment.