-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.yaml
More file actions
executable file
·35 lines (34 loc) · 904 Bytes
/
Copy pathschema.yaml
File metadata and controls
executable file
·35 lines (34 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
openapi: 3.0.0
info:
title: CAAD API
version: 1.0.0
description: API to access remote codebase.
servers:
- url: https://newtest.middlematter.com
description: Main Server
paths:
/qpe1was4fsd/code_baseinterface/send_command:
post:
summary: send command to subprocess.run
operationId: sendCommand
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
commandString:
type: string
responses:
"200":
description: Code updated successfully
content:
application/json:
schema:
type: object
properties:
updateStatus:
type: string
"404":
description: Not found