Skip to content

Commit a83817e

Browse files
committedApr 4, 2024·
Initial commit
1 parent 8d9b6c1 commit a83817e

22 files changed

+113
-1001
lines changed
 

‎api-reference/endpoint/delete.mdx

-4
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: '/getPossibleFaceIDs'
3+
openapi: 'GET /getPossibleFaceIDs'
4+
---
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
title: 'Get Plants'
2+
title: '/getPossibleVoiceIDs'
33
openapi: 'GET /plants'
44
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: '/isSessionAvailable'
3+
openapi: 'POST /plants'
4+
---
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
title: 'Create Plant'
2+
title: '/startSession'
33
openapi: 'POST /plants'
44
---

‎api-reference/openapi.json

+30
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,36 @@
128128
}
129129
}
130130
}
131+
},
132+
"/getPossibleFaceIDs": {
133+
"get": {
134+
"description": "Returns all face IDs from the system that the user has access to",
135+
"responses": {
136+
"200": {
137+
"description": "Face ID response",
138+
"content": {
139+
"application/json": {
140+
"schema": {
141+
"type": "array",
142+
"items": {
143+
"type": "string"
144+
}
145+
}
146+
}
147+
}
148+
},
149+
"400": {
150+
"description": "Unexpected error",
151+
"content": {
152+
"application/json": {
153+
"schema": {
154+
"$ref": "#/components/schemas/Error"
155+
}
156+
}
157+
}
158+
}
159+
}
160+
}
131161
}
132162
},
133163
"components": {

‎api-reference/rate-limit.mdx

Whitespace-only changes.

‎development.mdx

-98
This file was deleted.

‎essentials/code.mdx

-37
This file was deleted.

‎essentials/images.mdx

-59
This file was deleted.

‎essentials/markdown.mdx

-88
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.