POST
/widgets
curl \
--request POST 'https://example.com/widgets' \
--header "Content-Type: application/json" \
--data '{"name":"Goblin Staff of Sparks"}'
Request examples
{
"name": "Goblin Staff of Sparks"
}
Response examples (400)
{
"title": "string",
"detail": "string",
"status": 42,
"errors": [
{
"message": "string",
"code": "string",
"pointer": "string"
}
]
}