patch https://uat-api.thredd.com/eds/api/v1/Configs//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"
}
DocumentationFor more information on this endpoint, see Update Configuration Status.