API action=query&prop=info&intestactions=edit&intestactionsdetail=full and intestactionsdetail=boolean report that logged-out users can't edit pages when temp accounts are enabled. They can actually edit through the magic of having a temp account created for them when needed.
"actions": { "edit": [ { "code": "permissiondenied", "text": "The action you have requested is limited to users in one of the groups: [[Wikipedia:Benutzer|Benutzer]], [[Wikipedia:Temporäre Benutzer|Temporäre Benutzer]]." } ] },
"actions": { "edit": false },
Note that intestactionsdetail=quick and does not have this problem, it reports no restrictions:
https://de.wikipedia.beta.wmflabs.org/w/api.php?action=query&format=jsonfm&prop=info&titles=Test&formatversion=2&intestactions=edit&intestactionsdetail=quick&intestactionsautocreate=1
"actions": { "edit": [] },