v3
latestOpenAPI 3.1.02026-07-31121144224.9 KBInternal: Providers
Bulk Update Providers
Bulk update provider settings.
Accepts a map of provider_id -> is_enabled and updates all providers at once. This is the primary endpoint for the admin UI to save checkbox states.
put/api/v1/oauth/providers
Request body
Example request
{
"providers": {
"apple": true,
"garmin": true,
"polar": false,
"suunto": true
}
}Response
Successful Response