Skip to content

feat(backend): customize agreement by organization

Xavier RENAUDIN requested to merge fix/issue-529 into develop

New endpoints:

GET /api/organizations/1/agreement.json

PUT /api/organizations/1/agreement.json

{"body":"<article>Content</article>\n"}

Body content will be sanitize and should return only content safe elements. Attributes are removed by default

Edited by Xavier RENAUDIN

Merge request reports