Internal: 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
Changes
Changed in 1 of the 9 revisions of this API.1
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○