Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If no conflict, the response code is 201(CREATED), the response body is emptythe added items.
  2. If conflict occurs:
    1. If allowMerge is false, the response code is 409(CONFLICT), and returns error.
    2. if allowMerge is true, the response code is 202(ACCEPTED), the response body is the merged result.

...