Update Collection Experiences
Update the ordered list of experiences in a collection. Replaces the entire list with the provided experiences. Only published experiences belonging to the same publication can be added.
Path parameters
id
pk
The ID of the collection
Request
This endpoint expects an object.
experiences
List of dicts with ‘experience_id’ and ‘order’ keys
Response
Experiences updated
id
uid
name
Collection name (max 60 characters)
publication
Minimal serializer for Publication, used in other serializers
owner
Simple user serializer with profile picture from associated IAMUserDetail.
Fields:
- id, email, full_name, username, is_verified (from IAMUser)
- profile_picture (from first related IAMUserDetail if present)
ordered_experiences
experience_count
metrics
user_interaction_state
created_at
updated_at
description
Collection description (max 500 characters)
visibility
* `public` - Public
* `private` - Private
* `team` - Team
* `org` - Organization
Allowed values:
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

