public async Task PatchPostMediaAsync(int postId, PatchMediaCommand command) { await api.PatchAsync(GetPostMediaPath(postId), command); }
public async Task PatchProjectMediaAsync(int projectId, PatchMediaCommand command) { await api.PatchAsync(GetProjectMediaPath(projectId), command); }