Workspace API - Activation

Enable or disable provider

Enable or disable a provider

patch/v1/apps/{id}/providers/{providerId}/activation

Path parameters

idstring required
providerIdstring required

Request body

enabledboolean required

Whether to enable or disable the provider

Example request

{
  "enabled": true
}

Response

Provider updated successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.