diff --git a/docs/AnalysesApi.md b/docs/AnalysesApi.md index b35c213..3e426c9 100644 --- a/docs/AnalysesApi.md +++ b/docs/AnalysesApi.md @@ -611,6 +611,8 @@ Name | Type | Description | Notes Your POST endpoint +This endpoint does not allow for creation, only modification of existing annotation-analyses. If you wish to create an annotation-analysis, post to the annotations endpoint and/or add the analysis to the appropriate study in the studyset, and the annotation-analysis will be created automatically. + ### Example * Bearer Authentication (JSON-Web-Token): diff --git a/docs/AnnotationsApi.md b/docs/AnnotationsApi.md index c25f8c3..a610cee 100644 --- a/docs/AnnotationsApi.md +++ b/docs/AnnotationsApi.md @@ -232,6 +232,8 @@ Name | Type | Description | Notes Your POST endpoint +This endpoint does not allow for creation, only modification of existing annotation-analyses. If you wish to create an annotation-analysis, post to the annotations endpoint and/or add the analysis to the appropriate study in the studyset, and the annotation-analysis will be created automatically. + ### Example * Bearer Authentication (JSON-Web-Token): diff --git a/docs/StoreApi.md b/docs/StoreApi.md index 7f55187..c4e9317 100644 --- a/docs/StoreApi.md +++ b/docs/StoreApi.md @@ -644,6 +644,8 @@ Name | Type | Description | Notes Your POST endpoint +This endpoint does not allow for creation, only modification of existing annotation-analyses. If you wish to create an annotation-analysis, post to the annotations endpoint and/or add the analysis to the appropriate study in the studyset, and the annotation-analysis will be created automatically. + ### Example * Bearer Authentication (JSON-Web-Token): diff --git a/neurostore_sdk/api/analyses_api.py b/neurostore_sdk/api/analyses_api.py index eaf7c7b..49f1a2b 100644 --- a/neurostore_sdk/api/analyses_api.py +++ b/neurostore_sdk/api/analyses_api.py @@ -1251,6 +1251,7 @@ def annotation_analyses_id_put_with_http_info(self, id : StrictStr, note_collect def annotation_analyses_post(self, note_collection_request : Optional[conlist(NoteCollectionRequest)] = None, **kwargs) -> List[NoteCollectionReturn]: # noqa: E501 """Your POST endpoint # noqa: E501 + This endpoint does not allow for creation, only modification of existing annotation-analyses. If you wish to create an annotation-analysis, post to the annotations endpoint and/or add the analysis to the appropriate study in the studyset, and the annotation-analysis will be created automatically. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -1279,6 +1280,7 @@ def annotation_analyses_post(self, note_collection_request : Optional[conlist(No def annotation_analyses_post_with_http_info(self, note_collection_request : Optional[conlist(NoteCollectionRequest)] = None, **kwargs) -> ApiResponse: # noqa: E501 """Your POST endpoint # noqa: E501 + This endpoint does not allow for creation, only modification of existing annotation-analyses. If you wish to create an annotation-analysis, post to the annotations endpoint and/or add the analysis to the appropriate study in the studyset, and the annotation-analysis will be created automatically. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True diff --git a/neurostore_sdk/api/annotations_api.py b/neurostore_sdk/api/annotations_api.py index 2af8031..4722fb8 100644 --- a/neurostore_sdk/api/annotations_api.py +++ b/neurostore_sdk/api/annotations_api.py @@ -474,6 +474,7 @@ def annotation_analyses_id_put_with_http_info(self, id : StrictStr, note_collect def annotation_analyses_post(self, note_collection_request : Optional[conlist(NoteCollectionRequest)] = None, **kwargs) -> List[NoteCollectionReturn]: # noqa: E501 """Your POST endpoint # noqa: E501 + This endpoint does not allow for creation, only modification of existing annotation-analyses. If you wish to create an annotation-analysis, post to the annotations endpoint and/or add the analysis to the appropriate study in the studyset, and the annotation-analysis will be created automatically. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -502,6 +503,7 @@ def annotation_analyses_post(self, note_collection_request : Optional[conlist(No def annotation_analyses_post_with_http_info(self, note_collection_request : Optional[conlist(NoteCollectionRequest)] = None, **kwargs) -> ApiResponse: # noqa: E501 """Your POST endpoint # noqa: E501 + This endpoint does not allow for creation, only modification of existing annotation-analyses. If you wish to create an annotation-analysis, post to the annotations endpoint and/or add the analysis to the appropriate study in the studyset, and the annotation-analysis will be created automatically. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True diff --git a/neurostore_sdk/api/store_api.py b/neurostore_sdk/api/store_api.py index f5501a8..d3a5d3d 100644 --- a/neurostore_sdk/api/store_api.py +++ b/neurostore_sdk/api/store_api.py @@ -1273,6 +1273,7 @@ def annotation_analyses_id_put_with_http_info(self, id : StrictStr, note_collect def annotation_analyses_post(self, note_collection_request : Optional[conlist(NoteCollectionRequest)] = None, **kwargs) -> List[NoteCollectionReturn]: # noqa: E501 """Your POST endpoint # noqa: E501 + This endpoint does not allow for creation, only modification of existing annotation-analyses. If you wish to create an annotation-analysis, post to the annotations endpoint and/or add the analysis to the appropriate study in the studyset, and the annotation-analysis will be created automatically. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -1301,6 +1302,7 @@ def annotation_analyses_post(self, note_collection_request : Optional[conlist(No def annotation_analyses_post_with_http_info(self, note_collection_request : Optional[conlist(NoteCollectionRequest)] = None, **kwargs) -> ApiResponse: # noqa: E501 """Your POST endpoint # noqa: E501 + This endpoint does not allow for creation, only modification of existing annotation-analyses. If you wish to create an annotation-analysis, post to the annotations endpoint and/or add the analysis to the appropriate study in the studyset, and the annotation-analysis will be created automatically. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True