Skip to main content
POST
/
items
Post Items (discriminator bug repro)
curl --request POST \
  --url https://httpbin.org/items \
  --header 'Content-Type: application/json' \
  --data '
{
  "targets": [
    {
      "platform": "ALPHA",
      "id": "<string>"
    }
  ]
}
'

Body

application/json
targets
(Alpha · object | Beta · object)[]
required

Response

200

OK