Standardize docs spacing for 'Valid values' and 'Default'
This commit is contained in:
committed by
Seth Michael Larson
parent
df8e556a1c
commit
35f263c950
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user