Skip to content

feat(home publication detail): [AOU-1483] manage action to ask correction

https://issues.unige.ch/browse/AOU-1483

Need backend endpoint POST admin/publications/{id}/ask-correction with body :

export interface AskCorrectionMessage { senderName?: string; senderEmail?: string; messageContent?: string; }

Merge request reports