mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 00:02:19 +00:00
fix: Update openapi definition to be compatible with oapi-codegen (#2487)
This commit is contained in:
committed by
GitHub
parent
b45027052b
commit
af45ef06f2
File diff suppressed because it is too large
Load Diff
@@ -2653,8 +2653,7 @@ paths:
|
||||
version_id:
|
||||
type: number
|
||||
kind:
|
||||
type: string
|
||||
enum: [script, failure, trigger, approval]
|
||||
$ref: "#/components/schemas/HubScriptKind"
|
||||
votes:
|
||||
type: number
|
||||
views:
|
||||
@@ -2721,8 +2720,7 @@ paths:
|
||||
app:
|
||||
type: string
|
||||
kind:
|
||||
type: string
|
||||
enum: [script, failure, trigger, approval]
|
||||
$ref: "#/components/schemas/HubScriptKind"
|
||||
score:
|
||||
type: number
|
||||
required:
|
||||
@@ -8035,3 +8033,9 @@ components:
|
||||
|
||||
required:
|
||||
- access_token
|
||||
|
||||
HubScriptKind:
|
||||
name: kind
|
||||
schema:
|
||||
type: string
|
||||
enum: [script, failure, trigger, approval]
|
||||
|
||||
Reference in New Issue
Block a user