Updates Configuration Status

This endpoint updates the status (e.g., active or inactive) of an existing configuration using the provided configuration ID and request payload.

Sample request:

PATCH /api/v1/Configs/3f2504e0-4f89-11d3-9a0c-0305e82c3301/status
{
    "status": "active"
}

📘

Documentation

For more information on this endpoint, see Update Configuration Status.

Language
URL