POST /admin/robots/{id}/intent
Issue Intent Token
Admin/Robots `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Robot ID |
Request Body
Schema: handler.IssueIntentTokenRequest
| Field | Type | Required | Example | Constraints | Description |
actions |
array of
string |
No |
|
|
|
allowed_zones |
array of
string |
No |
|
|
|
max_speed |
number |
No |
|
|
|
Referenced Schemas
gitee_com_linmes_authms_base_dto.DataResponse-handler_IssueIntentTokenResponse
handler.IssueIntentTokenResponse
| Field | Type | Required | Example | Constraints | Description |
intent_token |
string |
No |
|
|
|