Skip to content

Commit 457e405

Browse files
committed
updates OAS
1 parent 6039ff3 commit 457e405

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ paths:
26132613
description: Order by field (`modified_at|name`) and direction (`asc|desc`).
26142614
The default sorting order is `{"field":"modified_at","direction":"desc"}`.
26152615
default: '{"field":"modified","direction":"desc"}'
2616-
example: '{"field":"name","direction":"desc"}'
2616+
example: '{"field":"modified_at","direction":"desc"}'
26172617
name: order_by
26182618
in: query
26192619
- required: false
@@ -2696,7 +2696,7 @@ paths:
26962696
description: Order by field (`modified_at|name`) and direction (`asc|desc`).
26972697
The default sorting order is `{"field":"modified_at","direction":"desc"}`.
26982698
default: '{"field":"modified","direction":"desc"}'
2699-
example: '{"field":"name","direction":"desc"}'
2699+
example: '{"field":"modified_at","direction":"desc"}'
27002700
name: order_by
27012701
in: query
27022702
- required: false
@@ -3158,7 +3158,7 @@ paths:
31583158
description: Order by field (`creation_date|description|last_change_date|name|prj_owner|type|uuid`)
31593159
and direction (`asc|desc`). The default sorting order is `{"field":"last_change_date","direction":"desc"}`.
31603160
default: '{"field":"last_change_date","direction":"desc"}'
3161-
example: '{"field":"name","direction":"desc"}'
3161+
example: '{"field":"prj_owner","direction":"desc"}'
31623162
name: order_by
31633163
in: query
31643164
- required: false
@@ -3381,7 +3381,7 @@ paths:
33813381
description: Order by field (`creation_date|description|last_change_date|name|prj_owner|type|uuid`)
33823382
and direction (`asc|desc`). The default sorting order is `{"field":"last_change_date","direction":"desc"}`.
33833383
default: '{"field":"last_change_date","direction":"desc"}'
3384-
example: '{"field":"name","direction":"desc"}'
3384+
example: '{"field":"prj_owner","direction":"desc"}'
33853385
name: order_by
33863386
in: query
33873387
- required: false
@@ -4612,7 +4612,7 @@ paths:
46124612
description: Order by field (`credit_cost|node_id|node_name|project_id|project_name|root_parent_project_id|root_parent_project_name|service_key|service_run_status|service_type|service_version|started_at|stopped_at|transaction_status|user_email|user_id|wallet_id|wallet_name`)
46134613
and direction (`asc|desc`). The default sorting order is `{"field":"started_at","direction":"desc"}`.
46144614
default: '{"field":"started_at","direction":"desc"}'
4615-
example: '{"field":"node_name","direction":"desc"}'
4615+
example: '{"field":"service_key","direction":"desc"}'
46164616
name: order_by
46174617
in: query
46184618
- required: false
@@ -4726,7 +4726,7 @@ paths:
47264726
description: Order by field (`credit_cost|node_id|node_name|project_id|project_name|root_parent_project_id|root_parent_project_name|service_key|service_run_status|service_type|service_version|started_at|stopped_at|transaction_status|user_email|user_id|wallet_id|wallet_name`)
47274727
and direction (`asc|desc`). The default sorting order is `{"field":"started_at","direction":"desc"}`.
47284728
default: '{"field":"started_at","direction":"desc"}'
4729-
example: '{"field":"node_name","direction":"desc"}'
4729+
example: '{"field":"service_key","direction":"desc"}'
47304730
name: order_by
47314731
in: query
47324732
- required: false
@@ -5809,7 +5809,7 @@ paths:
58095809
description: Order by field (`modified_at|name`) and direction (`asc|desc`).
58105810
The default sorting order is `{"field":"modified_at","direction":"desc"}`.
58115811
default: '{"field":"modified","direction":"desc"}'
5812-
example: '{"field":"name","direction":"desc"}'
5812+
example: '{"field":"modified_at","direction":"desc"}'
58135813
name: order_by
58145814
in: query
58155815
- required: false

0 commit comments

Comments
 (0)