Set active authentication configuration
PATCH
/fhir-provider/{fhir_provider_id}/set-active-auth-configSets which authentication configuration should be active for a FHIR provider. Only one auth config can be active at a time.
If the specified auth config is already active, the request succeeds without making any changes and returns a message indicating the config is already active.
Note: Sandbox providers cannot be modified.
RequiresBearerauthentication
Path parameters
fhir_provider_idstringrequiredID of the FHIR provider
Body parameters
auth_config_idstringrequiredID of the auth configuration to set as active
Returns
Active auth configuration set successfully, or the config was already active. Check the message field to determine which case occurred.
Response fields
successbooleanoptionalmessagestringoptionaldataoneOfoptionalProvider details. Sandbox providers return FhirProviderSandboxInfo.
PATCHRequest
200 OKResponse