Archive a user GeoJSON collection
POST/maus/user-geojson/:geojsonId/archive
Sets the collection's status to 'archived', hiding it from the default list view. Owner-only. Archived collections are not visible to users the collection was shared with. Use the /unarchive endpoint to restore it.
Request
Responses
- 200
- 401
- 403
- 404
Collection archived. Returns the updated collection object.
Unauthorized – missing or invalid JWT.
Forbidden – caller does not own the collection.
Collection not found.