Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions openapi/v1/integrationCurator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4151,8 +4151,6 @@ paths:
To filter studies via facets, the filter attributes are necessary: type = SELECT, filterOptionId. For details, use the request body model. filterOptionId can be obtained from the response body when the endpoint is first called without filters. Multiple filters with type = SELECT can be passed in the request body. Filters within the same attribute are automatically used with the OR operator. Filters of different attributes are automatically used with the AND operator. This behaviour can not be changed.

It is possible to call the endpoint without any filters, then all the studies available to the user are returned.

The endpoint searches by staging version of the object metadata.
operationId: searchStudiesByFilterAsCurator
requestBody:
content:
Expand Down Expand Up @@ -7179,7 +7177,7 @@ paths:
- Genestack-API-Token: [ ]
/api/v1/as-curator/integration/studies/{id}/tasks/publish-versions:
post:
description: This endpoint publishes information from staging and creates new
description: This endpoint publishes information from drafts and creates new
metadata versions for the specified study and all associated objects. The
version name is set to “Auto-published by API call”. Only curators with access
to the specified studies can use this method.
Expand Down
2 changes: 0 additions & 2 deletions openapi/v1/integrationUser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2459,8 +2459,6 @@ paths:
To filter studies via facets, the filter attributes are necessary: type = SELECT, filterOptionId. For details, use the request body model. filterOptionId can be obtained from the response body when the endpoint is first called without filters. Multiple filters with type = SELECT can be passed in the request body. Filters within the same attribute are automatically used with the OR operator. Filters of different attributes are automatically used with the AND operator. This behaviour can not be changed.

It is possible to call the endpoint without any filters, then all the studies available to the user are returned.

The endpoint searches by staging version of the object metadata.
operationId: searchStudiesByFilterAsUser
requestBody:
content:
Expand Down
4 changes: 2 additions & 2 deletions openapi/v1/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ tags:
paths:
/api/v1/tasks/publish-versions:
post:
description: This endpoint publishes all information from staging and creates
new metadata versions for each study/associated objects with unpublished changes.Only
description: This endpoint publishes all information from drafts and creates
new metadata versions for each study/associated objects with unpublished changes. Only
curators with the ACCESS_ALL_DATA permission can use this method.
operationId: publishAllStudies
parameters:
Expand Down
Loading