EditWalker
You can edit the information of a walker, it is specially created to update the data of the discord log and assign an owner to a walker
        PUT
    /walkers/{walkerid}/
  
  curl \
 --request PUT 'http://api.example.com/walkers/{walkerid}/' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"owner":"string","ready":true,"use":"pvp","type":"string","description":"string"}'
    
        Request examples
  
  {
  "owner": "string",
  "ready": true,
  "use": "pvp",
  "type": "string",
  "description": "string"
}
        Response examples (202)
  
  {
  "message": "string"
}
        Response examples (400)
  
  string
        Response examples (401)
  
  string
        Response examples (405)
  
  string
        Response examples (503)
  
  string