make example spec-conform

also meets current implementation
pull/2056/head
Jan Sandbrink 10 years ago
parent fcc11564fb
commit 25d93f50ec
  1. 8
      doc/apiv3-documentation.apib

@ -1458,10 +1458,14 @@ The value of `lockVersion` is used to implement [optimistic locking](http://en.w
+ Body
{
"_type": "ValidationError",
"_type": "Error",
"errorIdentifier": "urn:openproject-org:api:v3:errors:PropertyConstraintViolation",
"message": "The subject might not be blank.",
"field": "Subject"
"_embedded": {
"details": {
"attribute": "Subject"
}
}
}
## Add Watcher [/work_packages/{work_package_id}/watchers]

Loading…
Cancel
Save