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
*StoreApi* | [**pipeline_configs_get**](docs/StoreApi.md#pipeline_configs_get) | **GET** /pipeline-configs/ | GET a list of pipeline configs
126
129
*StoreApi* | [**pipeline_configs_id_delete**](docs/StoreApi.md#pipeline_configs_id_delete) | **DELETE** /pipeline-configs/{id} | DELETE a pipeline config by ID
127
130
*StoreApi* | [**pipeline_configs_id_get**](docs/StoreApi.md#pipeline_configs_id_get) | **GET** /pipeline-configs/{id} | GET a pipeline config by ID
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**images_id_get**](StoreApi.md#images_id_get) | **GET** /images/{id} | GET an image
33
33
[**images_id_put**](StoreApi.md#images_id_put) | **PUT** /images/{id} | PUT/update an image
34
34
[**images_post**](StoreApi.md#images_post) | **POST** /images/ | POST/create an image
35
+
[**neurostore_studyset_releases_get**](StoreApi.md#neurostore_studyset_releases_get) | **GET** /neurostore-studyset-releases/ | GET NeuroStore studyset release list
[**neurostore_studyset_releases_version_get**](StoreApi.md#neurostore_studyset_releases_version_get) | **GET** /neurostore-studyset-releases/{version} | GET NeuroStore studyset release manifest
35
38
[**pipeline_configs_get**](StoreApi.md#pipeline_configs_get) | **GET** /pipeline-configs/ | GET a list of pipeline configs
36
39
[**pipeline_configs_id_delete**](StoreApi.md#pipeline_configs_id_delete) | **DELETE** /pipeline-configs/{id} | DELETE a pipeline config by ID
37
40
[**pipeline_configs_id_get**](StoreApi.md#pipeline_configs_id_get) | **GET** /pipeline-configs/{id} | GET a pipeline config by ID
@@ -2298,6 +2301,200 @@ Name | Type | Description | Notes
2298
2301
2299
2302
[[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)
[[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)
**version** | **str**| nightly, latest, or a monthly release in YYYY-MM format. |
2409
+
2410
+
### Return type
2411
+
2412
+
**bytearray**
2413
+
2414
+
### Authorization
2415
+
2416
+
No authorization required
2417
+
2418
+
### HTTP request headers
2419
+
2420
+
-**Content-Type**: Not defined
2421
+
-**Accept**: application/gzip, application/json
2422
+
2423
+
### HTTP response details
2424
+
2425
+
| Status code | Description | Response headers |
2426
+
|-------------|-------------|------------------|
2427
+
**200** | OK | - |
2428
+
**404** | Not Found | - |
2429
+
2430
+
[[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)
**version** | **str**| nightly, latest, or a monthly release in YYYY-MM format. |
2475
+
2476
+
### Return type
2477
+
2478
+
**object**
2479
+
2480
+
### Authorization
2481
+
2482
+
No authorization required
2483
+
2484
+
### HTTP request headers
2485
+
2486
+
-**Content-Type**: Not defined
2487
+
-**Accept**: application/json
2488
+
2489
+
### HTTP response details
2490
+
2491
+
| Status code | Description | Response headers |
2492
+
|-------------|-------------|------------------|
2493
+
**200** | OK | - |
2494
+
**404** | Not Found | - |
2495
+
2496
+
[[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)
from neurostore_sdk.models.json_ld_context import JsonLdContext as JsonLdContext
337
341
from neurostore_sdk.models.metadata import Metadata as Metadata
338
342
from neurostore_sdk.models.nested_put_attributes import NestedPutAttributes as NestedPutAttributes
343
+
from neurostore_sdk.models.neurostore_studyset_releases_get200_response import NeurostoreStudysetReleasesGet200Response as NeurostoreStudysetReleasesGet200Response
344
+
from neurostore_sdk.models.neurostore_studyset_releases_get200_response_metadata import NeurostoreStudysetReleasesGet200ResponseMetadata as NeurostoreStudysetReleasesGet200ResponseMetadata
339
345
from neurostore_sdk.models.note_collection_base import NoteCollectionBase as NoteCollectionBase
340
346
from neurostore_sdk.models.note_collection_list import NoteCollectionList as NoteCollectionList
341
347
from neurostore_sdk.models.note_collection_request import NoteCollectionRequest as NoteCollectionRequest
0 commit comments