Skip to content

Commit

Permalink
Update rest-api-quiz.md (Ebazhanov#2871)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcbsn22 authored Dec 28, 2021
1 parent 902f4fc commit 60af2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest-api/rest-api-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- [ ] `a permission`
- [ ] `and integer`

#### Q4. Which REST contraint specifies that knowledge and understanding obtained from one component of the API should be generally applicable elsewhere in the API?
#### Q4. Which REST constraint specifies that knowledge and understanding obtained from one component of the API should be generally applicable elsewhere in the API?

- [x] `Uniform Interface`
- [ ] `Client-Server`
Expand Down Expand Up @@ -81,7 +81,7 @@
- [ ] `It offers better security.`
- [x] `It reduce load on servers.`

#### Q12. Your API resource does no allow deletion, and a client application attempted to delete the resource. What HTTP respose code should you return?
#### Q12. Your API resource does no allow deletion, and a client application attempted to delete the resource. What HTTP response code should you return?

- [ ] `409 Conflict`
- [ ] `400 Bad Request`
Expand Down

0 comments on commit 60af2e0

Please sign in to comment.