Update Collection
POST/api/collections/updatecollection
Tier: Internal — subject to change without notice.
Updates a Collection's name, description, and extended-property values.
Request
Responses
- 200
- 400
Returns the refreshed Collections.CollectionDetailDto; EntityVersionNo is
incremented.
Unknown/deleted Id (NotFound "Collection"); the collection is already
completed (InvalidOperation "Collection Complete" — completed collections are
read-only); or the same validation failures as
CollectionController.CreateCollection(...) (name uniqueness excludes the collection being updated).