Basic Explicit Fields
The most used built-in fields are extracted explicitly (name, storyPoints, description, etc.) so if you are about to modify only those there is no need to use any special model like in the following request body:
{
"name": "Implement car software",
"storyPoints": 5
}
Was this helpful?