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
*AnnotationsApi* | [**annotations_get**](docs/AnnotationsApi.md#annotations_get) | **GET** /annotations | GET a list of annotations
98
-
*AnnotationsApi* | [**annotations_id_get**](docs/AnnotationsApi.md#annotations_id_get) | **GET** /annotations/{id} | GET information about an annotation
99
-
*AnnotationsApi* | [**annotations_id_put**](docs/AnnotationsApi.md#annotations_id_put) | **PUT** /annotations/{id} | Update an Annotation
100
-
*AnnotationsApi* | [**annotations_post**](docs/AnnotationsApi.md#annotations_post) | **POST** /annotations | Create a new Annotation
97
+
*AnnotationsApi* | [**snapshot_annotations_get**](docs/AnnotationsApi.md#snapshot_annotations_get) | **GET** /snapshot-annotations | GET a list of annotations
98
+
*AnnotationsApi* | [**snapshot_annotations_id_get**](docs/AnnotationsApi.md#snapshot_annotations_id_get) | **GET** /snapshot-annotations/{id} | GET information about an annotation
99
+
*AnnotationsApi* | [**snapshot_annotations_id_put**](docs/AnnotationsApi.md#snapshot_annotations_id_put) | **PUT** /snapshot-annotations/{id} | Update an Annotation
100
+
*AnnotationsApi* | [**snapshot_annotations_post**](docs/AnnotationsApi.md#snapshot_annotations_post) | **POST** /snapshot-annotations | Create a new Annotation
*DefaultApi* | [**studyset_references_get**](docs/DefaultApi.md#studyset_references_get) | **GET** /studyset-references | Your GET endpoint
107
-
*DefaultApi* | [**studyset_references_id_get**](docs/DefaultApi.md#studyset_references_id_get) | **GET** /studyset-references/{id} | Your GET endpoint
106
+
*DefaultApi* | [**neurostore_studysets_get**](docs/DefaultApi.md#neurostore_studysets_get) | **GET** /neurostore-studysets | Your GET endpoint
107
+
*DefaultApi* | [**neurostore_studysets_id_get**](docs/DefaultApi.md#neurostore_studysets_id_get) | **GET** /neurostore-studysets/{id} | Your GET endpoint
108
108
*MetaAnalysesApi* | [**meta_analyses_get**](docs/MetaAnalysesApi.md#meta_analyses_get) | **GET** /meta-analyses | GET a list of meta-analyses
109
109
*MetaAnalysesApi* | [**meta_analyses_id_get**](docs/MetaAnalysesApi.md#meta_analyses_id_get) | **GET** /meta-analyses/{id} | GET meta-analysis information
110
110
*MetaAnalysesApi* | [**meta_analyses_id_put**](docs/MetaAnalysesApi.md#meta_analyses_id_put) | **PUT** /meta-analyses/{id} | Update a meta-analysis
*SpecificationsApi* | [**specifications_id_get**](docs/SpecificationsApi.md#specifications_id_get) | **GET** /specifications/{id} | Get information about a Specification
*SpecificationsApi* | [**specifications_post**](docs/SpecificationsApi.md#specifications_post) | **POST** /specifications | Create a Specification
136
-
*StudysetsApi* | [**studysets_get**](docs/StudysetsApi.md#studysets_get) | **GET** /studysets | Get a list of Studysets
137
-
*StudysetsApi* | [**studysets_id_get**](docs/StudysetsApi.md#studysets_id_get) | **GET** /studysets/{id} | Get information about a Studyset
138
-
*StudysetsApi* | [**studysets_id_put**](docs/StudysetsApi.md#studysets_id_put) | **PUT** /studysets/{id} | Update a Studyset
139
-
*StudysetsApi* | [**studysets_post**](docs/StudysetsApi.md#studysets_post) | **POST** /studysets | Create a new Studyset
136
+
*StudysetsApi* | [**snapshot_studysets_get**](docs/StudysetsApi.md#snapshot_studysets_get) | **GET** /snapshot-studysets | Get a list of Studysets
137
+
*StudysetsApi* | [**snapshot_studysets_id_get**](docs/StudysetsApi.md#snapshot_studysets_id_get) | **GET** /snapshot-studysets/{id} | Get information about a Studyset
138
+
*StudysetsApi* | [**snapshot_studysets_id_put**](docs/StudysetsApi.md#snapshot_studysets_id_put) | **PUT** /snapshot-studysets/{id} | Update a Studyset
139
+
*StudysetsApi* | [**snapshot_studysets_post**](docs/StudysetsApi.md#snapshot_studysets_post) | **POST** /snapshot-studysets | Create a new Studyset
140
140
*TagsApi* | [**tags_get**](docs/TagsApi.md#tags_get) | **GET** /tags | Get a list of Tags
141
141
*TagsApi* | [**tags_id_get**](docs/TagsApi.md#tags_id_get) | **GET** /tags/{id} | Get information about a Tag
142
142
*TagsApi* | [**tags_post**](docs/TagsApi.md#tags_post) | **POST** /tags | Create a new Tag
Copy file name to clipboardExpand all lines: docs/AnnotationsApi.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ All URIs are relative to *https://compose.neurosynth.org/api*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
-
[**annotations_get**](AnnotationsApi.md#annotations_get) | **GET** /annotations | GET a list of annotations
8
-
[**annotations_id_get**](AnnotationsApi.md#annotations_id_get) | **GET** /annotations/{id} | GET information about an annotation
9
-
[**annotations_id_put**](AnnotationsApi.md#annotations_id_put) | **PUT** /annotations/{id} | Update an Annotation
10
-
[**annotations_post**](AnnotationsApi.md#annotations_post) | **POST** /annotations | Create a new Annotation
7
+
[**snapshot_annotations_get**](AnnotationsApi.md#snapshot_annotations_get) | **GET** /snapshot-annotations | GET a list of annotations
8
+
[**snapshot_annotations_id_get**](AnnotationsApi.md#snapshot_annotations_id_get) | **GET** /snapshot-annotations/{id} | GET information about an annotation
9
+
[**snapshot_annotations_id_put**](AnnotationsApi.md#snapshot_annotations_id_put) | **PUT** /snapshot-annotations/{id} | Update an Annotation
10
+
[**snapshot_annotations_post**](AnnotationsApi.md#snapshot_annotations_post) | **POST** /snapshot-annotations | Create a new Annotation
print("The response of AnnotationsApi->snapshot_annotations_get:\n")
54
54
pprint(api_response)
55
55
exceptExceptionas e:
56
-
print("Exception when calling AnnotationsApi->annotations_get: %s\n"% e)
56
+
print("Exception when calling AnnotationsApi->snapshot_annotations_get: %s\n"% e)
57
57
```
58
58
59
59
@@ -95,8 +95,8 @@ No authorization required
95
95
96
96
[[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)
print("The response of AnnotationsApi->snapshot_annotations_id_get:\n")
131
131
pprint(api_response)
132
132
exceptExceptionas e:
133
-
print("Exception when calling AnnotationsApi->annotations_id_get: %s\n"% e)
133
+
print("Exception when calling AnnotationsApi->snapshot_annotations_id_get: %s\n"% e)
134
134
```
135
135
136
136
@@ -165,8 +165,8 @@ No authorization required
165
165
166
166
[[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)
print("The response of AnnotationsApi->snapshot_annotations_id_put:\n")
213
213
pprint(api_response)
214
214
exceptExceptionas e:
215
-
print("Exception when calling AnnotationsApi->annotations_id_put: %s\n"% e)
215
+
print("Exception when calling AnnotationsApi->snapshot_annotations_id_put: %s\n"% e)
216
216
```
217
217
218
218
@@ -250,8 +250,8 @@ Name | Type | Description | Notes
250
250
251
251
[[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)
[**studyset_references_get**](DefaultApi.md#studyset_references_get) | **GET** /studyset-references | Your GET endpoint
13
-
[**studyset_references_id_get**](DefaultApi.md#studyset_references_id_get) | **GET** /studyset-references/{id} | Your GET endpoint
12
+
[**neurostore_studysets_get**](DefaultApi.md#neurostore_studysets_get) | **GET** /neurostore-studysets | Your GET endpoint
13
+
[**neurostore_studysets_id_get**](DefaultApi.md#neurostore_studysets_id_get) | **GET** /neurostore-studysets/{id} | Your GET endpoint
14
14
15
15
16
16
# **meta_analyses_id_delete**
@@ -362,8 +362,8 @@ This endpoint does not need any parameter.
362
362
363
363
[[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)
print("The response of DefaultApi->neurostore_studysets_get:\n")
398
398
pprint(api_response)
399
399
exceptExceptionas e:
400
-
print("Exception when calling DefaultApi->studyset_references_get: %s\n"% e)
400
+
print("Exception when calling DefaultApi->neurostore_studysets_get: %s\n"% e)
401
401
```
402
402
403
403
@@ -430,8 +430,8 @@ No authorization required
430
430
431
431
[[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)
0 commit comments