mirror of https://github.com/Hypfer/Valetudo.git
27 lines
564 B
JSON
27 lines
564 B
JSON
{
|
|
"/api/v2/robot/capabilities": {
|
|
"get": {
|
|
"tags": [
|
|
"Robot"
|
|
],
|
|
"summary": "Get robot supported capabilities",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Ok",
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"description": "Capability class name"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|