Page MenuHomePhabricator

🦄 add knowledgeEquityResponse to any places it's missing
Closed, ResolvedPublic

Description

This is (Soft) stalled by T419208: 🦄 Modify the existing create wiki endpoint in Platform API - doing it earlier would probably work, but then we're sending data to laravel that it isn't expecting.

Search out repositories for any calls to /wiki/create. Ensure that these all now specify a valid knowledgeEquityResponse. See T419208 for a valid structure.

Known places:

Event Timeline

Martyn.ranyard changed the task status from Open to Stalled.Mar 6 2026, 11:36 AM
Martyn.ranyard subscribed.

(Soft) stalled by T419208: 🦄 Modify the existing create wiki endpoint in Platform API - doing it earlier would probably work, but then we're sending data to laravel that it isn't expecting.

Ollie.Shotton_WMDE changed the task status from Stalled to Open.Mar 19 2026, 2:44 PM

This was the only found place https://github.com/wmde/wbaas-deploy/blob/main/bin/local/create-local-wiki.sh . I used grep to search through the repos for /wiki/create and also searched for the use of the payloads sitename|profile to find anyplace that will need the KER added.

patch: https://github.com/wmde/wbaas-deploy/pull/2622