Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/draft' into processing-parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 15, 2022
2 parents 0de6500 + 150bef4 commit f03f747
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,8 @@ paths:
$ref: '#/components/schemas/billing_plan_null_default'
log_level:
$ref: '#/components/schemas/min_log_level_default'
additionalProperties:
description: You can add additional back-end specific properties here.
/process_graphs:
get:
summary: List all user-defined processes
Expand Down Expand Up @@ -2666,6 +2668,8 @@ paths:
$ref: '#/components/schemas/budget'
log_level:
$ref: '#/components/schemas/min_log_level_default'
additionalProperties:
description: You can add additional back-end specific properties here.
description: The base data for the secondary web service to create
'/services/{service_id}':
parameters:
Expand Down Expand Up @@ -2892,6 +2896,8 @@ paths:
$ref: '#/components/schemas/budget'
log_level:
$ref: '#/components/schemas/min_log_level_default'
additionalProperties:
description: You can add additional back-end specific properties here.
description: 'Specifies the job details, e.g. the user-defined process and billing details.'
'/jobs/{job_id}':
parameters:
Expand Down

0 comments on commit f03f747

Please sign in to comment.