Updates the visibility of an asset owned by the current user.
PATCH/job/asset/:assetId
Checks ownership via the associated request, then updates the asset's AssetVisibility.
Returns an idempotent success message if the visibility is already set.
Request
Responses
- 200
- 401
- 403
OK
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.