Skip to main content

Update SmartBuddy

Overview

Update the SmartBuddy details.

URL

/api/smartbuddy/update?id=?&isPwdNull=?&UserId=?&StationId=?&Name=?&DomainUser=?&Description=?&IsEnabled=?

Method: PUT

Request Header:

{ "accept": "'*/*'", "Authorization": Bearer ACCESS_TOKEN }

Query Parameter:

  • id=3,
  • isPwdNull=true,
  • UserId=2,
  • StationId=3,
  • Name=ib-41,
  • DomainUser=IntelliBuddies%5Cvindhyal,
  • Description=Updated%20the%20content%20111,
  • IsEnabled=true

Request Body:

  [
{
"id": 0,
"typeId": 0,
"referenceId": 0
}
]

Response:

  • Status: 200 OK

  • Body:

       []
  • Header:

       {
    access-control-allow-credentials: true
    access-control-allow-origin: http://localhost
    access-control-expose-headers: inline-image,IB-Secure-Data
    content-length: 2
    content-security-policy: default-src 'self' fonts.googleapis.com fonts.gstatic.com;script-src 'self' 'unsafe-inline' 'unsafe-eval' fonts.googleapis.com fonts.gstatic.com cdn.form.io blob:;style-src 'self' 'unsafe-inline' fonts.googleapis.com fonts.gstatic.com;img-src 'self' fonts.googleapis.com fonts.gstatic.com data:;font-src 'self' fonts.googleapis.com fonts.gstatic.com
    content-type: application/json; charset=utf-8
    date: Thu,11 Jul 2024 06:34:21 GMT
    referrer-policy: no-referrer
    vary: Origin
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    }