Skip to main content
Updates a provider’s information. You can update the name and enabled status.

Path Parameters

string
required
Provider ID

Request Body

All fields are optional.
string
New provider name
boolean
Enable/disable provider

Example Requests

Update name only

Disable provider

Update both

Response

string
Response status (“success”)
string
Success message
object
Updated provider object

Example Response

Notes

  • The slug cannot be changed after creation
  • Only name and enabled status can be updated