Document isAuthRequired: true instead of false (#19641)

This commit is contained in:
martmull
2026-04-13 15:32:23 +02:00
committed by GitHub
parent 6829fc315a
commit 6182918a66
@@ -476,7 +476,7 @@ export default defineLogicFunction({
httpRouteTriggerSettings: {
path: '/post-card/create',
httpMethod: 'GET',
isAuthRequired: false,
isAuthRequired: true,
},
/*databaseEventTriggerSettings: {
eventName: 'people.created',