forked from Minds/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminds_engine.yaml
66 lines (66 loc) · 1.51 KB
/
minds_engine.yaml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
openapi: 3.0.0
info:
title: 'Minds engine API'
description: 'Core Minds Engine.'
version: 1.0.0
paths:
'/api/v3/supermind/:guid':
delete:
operationId: 4440e16f81f129905c9a6fc61b3770aa
parameters:
-
name: guid
in: path
schema:
type: integer
responses:
'200':
description: Ok
'400':
description: 'Bad Request'
'401':
description: Unauthorized
'404':
description: 'Not found'
'/api/v3/supermind/:guid/reject':
post:
operationId: 6f000969cd613e96d2cb39141e3e2316
parameters:
-
name: guid
in: path
schema:
type: integer
responses:
'200':
description: Ok
'400':
description: 'Bad Request'
'401':
description: Unauthorized
'404':
description: 'Not found'
/api/v3/supermind/inbox:
get:
operationId: 5dc670273238b0bc8d13d61cd5df3f87
responses:
'200':
description: Ok
'400':
description: 'Bad Request'
'401':
description: Unauthorized
'404':
description: 'Not found'
/api/v3/supermind/outbox:
get:
operationId: f9e4c72426e3b2e13f13961d5b15e5db
responses:
'200':
description: Ok
'400':
description: 'Bad Request'
'401':
description: Unauthorized
'404':
description: 'Not found'