Router

Update all fields on a router

Update all fields on a router by id. Requires admin access.

put/routers/{id}

Request body

namestring required
fingerprintstring required
costinteger required
noTraversalboolean required
disabledboolean nullable
ctrlChanListenersobject
configsstring[]
tagsTags

Response

The update request was successful and the resource has been altered

dataobject required

Example response

{
  "data": {}
}