To get additional confidence, go through this set of statements and state whether they are true or false:
- A REST-enabled endpoint must support all HTTP methods relevant to the REST principles
- When content negotiation fails, due to an unsupported media type passed as a value of the accepts header, 301 is the appropriate status code.
- When using parameterized routes, the developer can specify the type of the parameter, for example, whether it is a numeric or a literal type.