cURL
curl --request POST \ --url https://app.d-sports.org/api/admin/fix-team-ownership \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
Adds current admin as owner to orphaned teams.
Clerk session token. Use Authorization: Bearer .
The body is of type object.
object
{ success }
Was this page helpful?