You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/StoreApi.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3156,7 +3156,7 @@ void (empty response body)
3156
3156
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**nested** | **bool**| whether to show the URI to a resource (false) or to embed the object in the response (true) | [optional]
3208
-
**summary** | **bool**| return a lightweight summary payload with study metadata and per-analysis coordinate counts; incompatible with nested | [optional]
3209
3207
**gzip** | **bool**| return the content as gzipped content | [optional]
Copy file name to clipboardExpand all lines: docs/StudysetsApi.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ void (empty response body)
191
191
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**nested** | **bool**| whether to show the URI to a resource (false) or to embed the object in the response (true) | [optional]
243
-
**summary** | **bool**| return a lightweight summary payload with study metadata and per-analysis coordinate counts; incompatible with nested | [optional]
244
242
**gzip** | **bool**| return the content as gzipped content | [optional]
Copy file name to clipboardExpand all lines: neurostore_sdk/api/store_api.py
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -12081,7 +12081,6 @@ def studysets_id_get(
12081
12081
self,
12082
12082
id: StrictStr,
12083
12083
nested: Annotated[Optional[StrictBool], Field(description="whether to show the URI to a resource (false) or to embed the object in the response (true)")] = None,
12084
-
summary: Annotated[Optional[StrictBool], Field(description="return a lightweight summary payload with study metadata and per-analysis coordinate counts; incompatible with nested")] = None,
12085
12084
gzip: Annotated[Optional[StrictBool], Field(description="return the content as gzipped content")] = None,
12086
12085
_request_timeout: Union[
12087
12086
None,
@@ -12104,8 +12103,6 @@ def studysets_id_get(
12104
12103
:type id: str
12105
12104
:param nested: whether to show the URI to a resource (false) or to embed the object in the response (true)
12106
12105
:type nested: bool
12107
-
:param summary: return a lightweight summary payload with study metadata and per-analysis coordinate counts; incompatible with nested
12108
-
:type summary: bool
12109
12106
:param gzip: return the content as gzipped content
12110
12107
:type gzip: bool
12111
12108
:param _request_timeout: timeout setting for this request. If one
nested: Annotated[Optional[StrictBool], Field(description="whether to show the URI to a resource (false) or to embed the object in the response (true)")] = None,
12164
-
summary: Annotated[Optional[StrictBool], Field(description="return a lightweight summary payload with study metadata and per-analysis coordinate counts; incompatible with nested")] = None,
12165
12160
gzip: Annotated[Optional[StrictBool], Field(description="return the content as gzipped content")] = None,
nested: Annotated[Optional[StrictBool], Field(description="whether to show the URI to a resource (false) or to embed the object in the response (true)")] = None,
12244
-
summary: Annotated[Optional[StrictBool], Field(description="return a lightweight summary payload with study metadata and per-analysis coordinate counts; incompatible with nested")] = None,
12245
12236
gzip: Annotated[Optional[StrictBool], Field(description="return the content as gzipped content")] = None,
Copy file name to clipboardExpand all lines: neurostore_sdk/api/studysets_api.py
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -785,7 +785,6 @@ def studysets_id_get(
785
785
self,
786
786
id: StrictStr,
787
787
nested: Annotated[Optional[StrictBool], Field(description="whether to show the URI to a resource (false) or to embed the object in the response (true)")] =None,
788
-
summary: Annotated[Optional[StrictBool], Field(description="return a lightweight summary payload with study metadata and per-analysis coordinate counts; incompatible with nested")] =None,
789
788
gzip: Annotated[Optional[StrictBool], Field(description="return the content as gzipped content")] =None,
790
789
_request_timeout: Union[
791
790
None,
@@ -808,8 +807,6 @@ def studysets_id_get(
808
807
:type id: str
809
808
:param nested: whether to show the URI to a resource (false) or to embed the object in the response (true)
810
809
:type nested: bool
811
-
:param summary: return a lightweight summary payload with study metadata and per-analysis coordinate counts; incompatible with nested
812
-
:type summary: bool
813
810
:param gzip: return the content as gzipped content
814
811
:type gzip: bool
815
812
:param _request_timeout: timeout setting for this request. If one
nested: Annotated[Optional[StrictBool], Field(description="whether to show the URI to a resource (false) or to embed the object in the response (true)")] =None,
868
-
summary: Annotated[Optional[StrictBool], Field(description="return a lightweight summary payload with study metadata and per-analysis coordinate counts; incompatible with nested")] =None,
869
864
gzip: Annotated[Optional[StrictBool], Field(description="return the content as gzipped content")] =None,
nested: Annotated[Optional[StrictBool], Field(description="whether to show the URI to a resource (false) or to embed the object in the response (true)")] =None,
948
-
summary: Annotated[Optional[StrictBool], Field(description="return a lightweight summary payload with study metadata and per-analysis coordinate counts; incompatible with nested")] =None,
949
940
gzip: Annotated[Optional[StrictBool], Field(description="return the content as gzipped content")] =None,
0 commit comments