Standardize docs spacing for 'Valid values' and 'Default'

This commit is contained in:
Seth Michael Larson
2020-02-21 16:49:15 -06:00
committed by Seth Michael Larson
parent df8e556a1c
commit 35f263c950
10 changed files with 152 additions and 152 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class MonitoringClient(NamespacedClient):
if body in SKIP_IN_PATH: if body in SKIP_IN_PATH:
raise ValueError("Empty value passed for a required argument 'body'.") raise ValueError("Empty value passed for a required argument 'body'.")
body = self._bulk_body(body) body = _bulk_body(self.transport.serializer, body)
return self.transport.perform_request( return self.transport.perform_request(
"POST", "POST",
_make_path("_monitoring", doc_type, "bulk"), _make_path("_monitoring", doc_type, "bulk"),