From 59ccb4d0fa509af6201c4943d957789c07651935 Mon Sep 17 00:00:00 2001 From: Yonggang Liu Date: Fri, 31 Jan 2025 15:51:55 -0500 Subject: [PATCH] temp: update docs. --- harmony/harmony.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/harmony/harmony.py b/harmony/harmony.py index 17856c3..d790669 100644 --- a/harmony/harmony.py +++ b/harmony/harmony.py @@ -510,11 +510,12 @@ def error_messages(self) -> List[str]: class CapabilitiesRequest(BaseRequest): """A Harmony request to get the harmony capabilities of a CMR collection + Keyword arguments with optional collection_id, short_name and capabilities_version fields + Args: - Keyword arguments with optional collection_id, short_name and capabilities_version fields - - collection_id: The CMR collection Id that should be queried - - short_name: The CMR collection shortName that should be queried - - capabilities_version: the version of the collection capabilities request api + collection_id: The CMR collection Id that should be queried + short_name: The CMR collection shortName that should be queried + capabilities_version: the version of the collection capabilities request api Returns: A Harmony Capability Request instance