Skip to content

Commit b0847c3

Browse files
Merge branch 'main' of github.com:invariantlabs-ai/docs
2 parents 7223802 + 7c7cc28 commit b0847c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ To locally serve a live version of the documentation, run the following command
1111
```
1212

1313
**Requirements:** Docker
14+

docs/explorer/Explorer_API/Dataset_Metadata/get_dataset_metadata_api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ The GetDatasetMetadata API allows you to get the metadata associated with a data
1414

1515
The `get_dataset_metadata method` is used to get the metadata for a dataset from the Invariant API using the `dataset_name`.
1616

17-
##### `request` <span class='type'>dataset_name</span> <span class='required'/>
17+
##### `dataset_name` <span class='type'>str</span> <span class='required'/>
1818

1919
The name of the dataset.
2020

21+
##### `owner_username` <span class='type'>str</span> <span class='optional'/>
22+
23+
The name of the owner of the dataset. If the dataset is not owned by the caller and it is public, pass in the owner_username with the dataset_name to view it metadata.
24+
2125
##### `request_kwargs` <span class='type'>Optional[Dict[str, Any]]</span> <span class='optional'/>
2226

2327
Additional keyword arguments to pass to the requests method. Default is `None`.

0 commit comments

Comments
 (0)