Skip to content

Commit

Permalink
6caef22688cd42308501b423e53a8a4076b97235
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2024
1 parent a0d7a22 commit 82f04c4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/AnalysesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 2 additions & 0 deletions docs/AnnotationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 2 additions & 0 deletions docs/StoreApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 2 additions & 0 deletions neurostore_sdk/api/analyses_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions neurostore_sdk/api/annotations_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions neurostore_sdk/api/store_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 82f04c4

Please sign in to comment.