Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ web-api: ProjectGet model adds new permalinks field #4008

Merged
merged 27 commits into from
May 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
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
14 changes: 7 additions & 7 deletions api/specs/webserver/openapi-nih-sparc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Envelope_list_simcore_service_webserver.studies_dispatcher.handlers_rest.ServiceGet__'
$ref: '#/components/schemas/Envelope_list_simcore_service_webserver.studies_dispatcher._rest_handlers.ServiceGet__'
/viewers:
get:
tags:
Expand All @@ -39,7 +39,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Envelope_list_simcore_service_webserver.studies_dispatcher.handlers_rest.Viewer__'
$ref: '#/components/schemas/Envelope_list_simcore_service_webserver.studies_dispatcher._rest_handlers.Viewer__'
/viewers/default:
get:
tags:
Expand Down Expand Up @@ -70,7 +70,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Envelope_list_simcore_service_webserver.studies_dispatcher.handlers_rest.Viewer__'
$ref: '#/components/schemas/Envelope_list_simcore_service_webserver.studies_dispatcher._rest_handlers.Viewer__'
/view:
get:
tags:
Expand Down Expand Up @@ -145,8 +145,8 @@ paths:
description: Opens osparc and opens a copy of publised study
components:
schemas:
Envelope_list_simcore_service_webserver.studies_dispatcher.handlers_rest.ServiceGet__:
title: Envelope[list[simcore_service_webserver.studies_dispatcher.handlers_rest.ServiceGet]]
Envelope_list_simcore_service_webserver.studies_dispatcher._rest_handlers.ServiceGet__:
title: Envelope[list[simcore_service_webserver.studies_dispatcher._rest_handlers.ServiceGet]]
type: object
properties:
data:
Expand All @@ -156,8 +156,8 @@ components:
$ref: '#/components/schemas/ServiceGet'
error:
title: Error
Envelope_list_simcore_service_webserver.studies_dispatcher.handlers_rest.Viewer__:
title: Envelope[list[simcore_service_webserver.studies_dispatcher.handlers_rest.Viewer]]
Envelope_list_simcore_service_webserver.studies_dispatcher._rest_handlers.Viewer__:
title: Envelope[list[simcore_service_webserver.studies_dispatcher._rest_handlers.Viewer]]
type: object
properties:
data:
Expand Down
Loading