Set Primary Image
POST/api/places/setprimaryimage/:id/:mediaId
Tier: Public — stable, supported for third-party integration.
Sets which of a place's uploaded media items is the primary image.
Request
Responses
- 200
- 400
- 401
- 403
The updated place. See Places.PlaceDetailDto.
InvalidReference — {mediaId} does not belong to the place.
Caller is not authenticated.
Caller does not have Update permission on the Place module.