You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(openapi): add missing fields to admin user endpoints
Add status field to UserAdminResponse and admin field to the
GET /admin/api/users/{id} response. Both fields are returned by the Go
backend but were missing from the OpenAPI spec, forcing the React UI to
use type workarounds.
Also adds email_marketing to both schemas and fixes the status enum from
[confirmed, pending] to [confirmed, not-confirmed] to match the actual
UserStatus constants in the backend.
Fixes: #6088
0 commit comments