fix input transforms for resource and variable
This commit is contained in:
@@ -1321,12 +1321,28 @@ paths:
|
||||
- $ref: "#/components/parameters/Path"
|
||||
responses:
|
||||
"200":
|
||||
description: resource deleted
|
||||
description: resource
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Resource"
|
||||
|
||||
/w/{workspace}/resources/get_value/{path}:
|
||||
get:
|
||||
summary: get resource value
|
||||
operationId: getResourceValue
|
||||
tags:
|
||||
- resource
|
||||
parameters:
|
||||
- $ref: "#/components/parameters/WorkspaceId"
|
||||
- $ref: "#/components/parameters/Path"
|
||||
responses:
|
||||
"200":
|
||||
description: resource value
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
|
||||
/w/{workspace}/resources/exists/{path}:
|
||||
get:
|
||||
summary: does resource exists
|
||||
|
||||
Reference in New Issue
Block a user