Admin endpoint to update system URLs. Requires BACKEND_SECRET for authentication.
x-backend-secret header with a value matching the
BACKEND_SECRET environment variable configured on the server.
x-user-id: User ID of the administrator making the change (defaults to “admin”)termsAndConditions: URL to the terms and conditions page (must be valid URL)privacyPolicy: URL to the privacy policy page (must be valid URL)faqs: URL to the FAQs page (must be valid URL)supportEmail: Support email address (must be valid email format)x-user-id header)app_configuration collection to see the audit trail:
Backend secret for authentication
User ID performing the update (optional, defaults to 'admin')
System URLs updated successfully.
true {
"message": "System URLs updated successfully",
"systemUrls": {
"termsAndConditions": "https://www.handauncle.com/terms",
"privacyPolicy": "https://www.handauncle.com/privacy",
"faqs": "https://help.handauncle.com/faqs",
"supportEmail": "support@handauncle.com"
}
}