Merge pull request #2159 from opf/fix/specify_form_conflict

pull/2149/merge
Hagen Schink 10 years ago
commit c0cdd8d35b
  1. 12
      doc/apiv3-documentation.apib

@ -679,6 +679,18 @@ This is an example of how a form might look like. Note that this endpoint does n
"message": "You are not allowed to edit example resources."
}
+ Response 409 (application/hal+json)
Returned if underlying resource was changed since the client requested the form. This is determined using the `lockVersion` property.
+ Body
{
"_type": "Error",
"errorIdentifier": "urn:openproject-org:api:v3:errors:UpdateConflict",
"message": "The resource you are about to edit was changed in the meantime."
}
# Group Previewing
Throughout OpenProject user input for many properties can be formatted (e.g. using *Textile*).

Loading…
Cancel
Save