Set Primary Image
POST/api/tasks/setprimaryimage/:id/:mediaId
Tier: Public — stable, supported for third-party integration.
Reserved no-op — primary image selection is not implemented for tasks; SetPrimaryImageAsync always returns success without changing anything.
Request
Responses
- 200
- 400
- 401
- 403
The task. See Tasks.TaskDetailDto.
Media-service validation codes.
Caller is not authenticated.
Caller does not have Update permission on the Task module.