parent
60b5dd8975
commit
c8296c7833
@ -246,7 +246,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/Id"
|
$ref: "#/components/schemas/ScriptPolicyID"
|
||||||
default:
|
default:
|
||||||
description: General Error
|
description: General Error
|
||||||
content:
|
content:
|
||||||
@ -320,7 +320,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/Id"
|
$ref: "#/components/schemas/ScriptID"
|
||||||
default:
|
default:
|
||||||
description: General Error
|
description: General Error
|
||||||
content:
|
content:
|
||||||
@ -392,12 +392,20 @@ components:
|
|||||||
minimum: 1
|
minimum: 1
|
||||||
maximum: 100
|
maximum: 100
|
||||||
schemas:
|
schemas:
|
||||||
Id:
|
ScriptID:
|
||||||
required:
|
required:
|
||||||
- ID
|
- ScriptID
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
ID:
|
ScriptID:
|
||||||
|
type: integer
|
||||||
|
format: int64
|
||||||
|
ScriptPolicyID:
|
||||||
|
required:
|
||||||
|
- ScriptPolicyID
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
ScriptPolicyID:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
MapfixCreate:
|
MapfixCreate:
|
||||||
|
30
openapi.yaml
30
openapi.yaml
@ -209,7 +209,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/Id"
|
$ref: "#/components/schemas/OperationID"
|
||||||
default:
|
default:
|
||||||
description: General Error
|
description: General Error
|
||||||
content:
|
content:
|
||||||
@ -520,7 +520,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/Id"
|
$ref: "#/components/schemas/OperationID"
|
||||||
default:
|
default:
|
||||||
description: General Error
|
description: General Error
|
||||||
content:
|
content:
|
||||||
@ -831,7 +831,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/Id"
|
$ref: "#/components/schemas/ScriptPolicyID"
|
||||||
default:
|
default:
|
||||||
description: General Error
|
description: General Error
|
||||||
content:
|
content:
|
||||||
@ -966,7 +966,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/Id"
|
$ref: "#/components/schemas/ScriptID"
|
||||||
default:
|
default:
|
||||||
description: General Error
|
description: General Error
|
||||||
content:
|
content:
|
||||||
@ -1106,12 +1106,28 @@ components:
|
|||||||
minimum: 1
|
minimum: 1
|
||||||
maximum: 100
|
maximum: 100
|
||||||
schemas:
|
schemas:
|
||||||
Id:
|
OperationID:
|
||||||
required:
|
required:
|
||||||
- ID
|
- OperationID
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
ID:
|
OperationID:
|
||||||
|
type: integer
|
||||||
|
format: int32
|
||||||
|
ScriptID:
|
||||||
|
required:
|
||||||
|
- ScriptID
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
ScriptID:
|
||||||
|
type: integer
|
||||||
|
format: int64
|
||||||
|
ScriptPolicyID:
|
||||||
|
required:
|
||||||
|
- ScriptPolicyID
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
ScriptPolicyID:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
Roles:
|
Roles:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user