Skip to content

trigger "Map Reset" #1857

Locked Answered by Hypfer
pszypowicz asked this question in Q&A / Support
Aug 14, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

"/api/v2/robot/capabilities/MapResetCapability": {
"put": {
"tags": [
"MapResetCapability"
],
"summary": "Reset map",
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"action": {
"type": "string",
"enum": [
"reset"
]
}
}
}
}
}
},
"responses": {
"200": {
"$ref": "#/components/responses/200"
},
"400": {
"$ref": "#/components/responses/400"
}
}
}
},

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pszypowicz
Comment options

pszypowicz Aug 17, 2023
Author Sponsor

Answer selected by pszypowicz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants