Skip to content

Commit 1ce2e06

Browse files
committed
cleanup
1 parent 3aa0107 commit 1ce2e06

File tree

1 file changed

+13
-6
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+13
-6
lines changed

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5371,7 +5371,7 @@ paths:
53715371
responses:
53725372
'204':
53735373
description: Successful Response
5374-
/v0/projects/{project_uuid}:trash:
5374+
/v0/projects/{project_id}:trash:
53755375
post:
53765376
tags:
53775377
- trash
@@ -5381,15 +5381,22 @@ paths:
53815381
parameters:
53825382
- required: true
53835383
schema:
5384-
title: Project Uuid
5384+
title: Project Id
53855385
type: string
53865386
format: uuid
5387-
name: project_uuid
5387+
name: project_id
53885388
in: path
5389+
- required: false
5390+
schema:
5391+
title: Force
5392+
type: boolean
5393+
default: true
5394+
name: force
5395+
in: query
53895396
responses:
53905397
'204':
53915398
description: Successful Response
5392-
/v0/projects/{project_uuid}:untrash:
5399+
/v0/projects/{project_id}:untrash:
53935400
post:
53945401
tags:
53955402
- trash
@@ -5399,10 +5406,10 @@ paths:
53995406
parameters:
54005407
- required: true
54015408
schema:
5402-
title: Project Uuid
5409+
title: Project Id
54035410
type: string
54045411
format: uuid
5405-
name: project_uuid
5412+
name: project_id
54065413
in: path
54075414
responses:
54085415
'204':

0 commit comments

Comments
 (0)