Complete Collection
POST/api/collections/completecollection
Tier: Internal — subject to change without notice.
Completes a Collection: sets Active = false and stamps EndDate. Completion is terminal via the API — there is no endpoint to reactivate a completed collection.
There is no guard against completing an already-completed collection — doing so succeeds again, overwrites EndDate, and re-raises the completion event.
Request
Responses
- 200
- 400
Returns the refreshed Collections.CollectionDetailDto (Active = false,
EndDate set).
Unknown/deleted Id. NotFound.