API Platform 3 Part 1: Mythically Good RESTful APIs
Creating Embedded Objects
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 1 / 1

I want to make the following request:

PATCH /api/categories/5

{
    "products": [
        "/api/products/2",
        { "name": "Toothpaste", "price": 4.99 }
    ]
}

Assume this operation uses the denormalization group called category:write.

Which of the following is not required to make this work?

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.