Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

What is Data Validation?

When we develop REST APIs that allow users to create or update data, we're establishing a relationship with our users.

Sometimes we know who our users are. For instance, they might work for the same company or organization as we do. We might have a high level of trust that this group of users will create or update data in a way that'll fall within our expectations. But if our REST API is acc...