Skip to content

Commit

Permalink
temp: update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Jan 31, 2025
1 parent 6839c35 commit 59ccb4d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions harmony/harmony.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59ccb4d

Please sign in to comment.