Integration Change State All
Integration
Integration Change State All
Endpoint to bulk update the state of all GPT integrations in the system.
Args:
new_state (States): The target state to which all integrations should be transitioned (default: DRAFT).
Returns: dict: A message summarizing the number of successful and failed integration state changes.
Raises: HTTPException 404: If no integrations are found in the global database. HTTPException 500: If an error occurs during the operation.
