prepareStatement($query); $stmt->bind_param('ssssi', $this->data['source_name'], $this->data['source_url'], $this->data['source_auth_token'], $this->data['source_custom_data'], time()); $this->executeStatement($stmt); $stmt->close(); $this->apiOutput(200, ['success' => 'Information modified'], 'Information updated successfully.'); } }