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"
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

Documentation

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

Path Params
string
required

The unique identifier of the configuration whose status is to be updated.

Body Params

The request payload containing the new status value.

Represents a request to update only the status of an existing configuration.

string
required
length ≥ 1

The configuration status (e.g., "active", "inactive").

Responses
200

Status was updated successfully.

Language
URL
LoadingLoading…
Response
Choose an example:
application/json