All indications seem to point to it worked. This is what the log says:
PUT 201 /api/v1/tasks/181/labels 35.411884ms -
PHP confirms that I’m getting a 201 back with the following data:
Array
(
[label_id] => 0
[created] => 2025-04-09T00:46:06.902028236Z
)
Should I be concerned that it’s returning label_id == 0? In every other respect it appears to have worked, but it’s not showing up in browser.
It’s the latest version of stable (The frontend says Version: v0.24.6).
Many thanks!