PATCH/desk/api/v2/settings/hipaa.json

Update the HIPAAA settings of an installation.

Update all the given properties for this resource. Any omitted properties will be unchanged.

Body Params

HIPAASettingsAPIBody handles the get/create/update request/response for HIPAASettings.

    • Name
      hipaaSettings
      Type
      object
      Description
      HIPAASettings defines an entry in the hipaasettings table

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 OK
      HIPAASettingsAPIBody handles the get/create/update request/response for HIPAASettings.
    • Code
      400
      Type
      object
      Schema
      Description
      400 Bad Request
      Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.

    Examples

    200 OK

    HIPAASettingsAPIBody
    {
      "hipaaSettings": {
        "autoLogout": true,
        "autoLogoutExpiry": 0,
        "createdAt": "2024-07-26T20:26:10.533Z",
        "createdBy": {
          "delete": true,
          "id": 0,
          "meta": {},
          "type": 0
        },
        "customNotificationBody": "string",
        "deletedAt": "2024-07-26T20:26:10.533Z",
        "deletedBy": {
          "delete": true,
          "id": 0,
          "meta": {},
          "type": 0
        },
        "filter_args": {
          "aggregate": {
            "Distinct": true,
            "Field": "string",
            "Operation": "string"
          },
          "bulkDryExecute": true,
          "fields": [
            "string"
          ],
          "filter": [
            "string"
          ],
          "id": 0,
          "ids": [
            0
          ],
          "includes": [
            "string"
          ],
          "orderBy": "string",
          "orderMode": "asc",
          "page": 0,
          "pageOffset": 0,
          "pageSize": 0,
          "skipAggregation": true
        },
        "id": 0,
        "inboxes": [
          {
            "delete": true,
            "id": 0,
            "meta": {},
            "type": 0
          }
        ],
        "ipWhiteList": "string",
        "mobileLoginEnabled": true,
        "newInboxesNotificationsOnly": true,
        "notificationsOnly": true,
        "preventBulkDownload": true,
        "preventCompanyPortalAccess": true,
        "samlRequired": true,
        "state": "string",
        "updatedAt": "2024-07-26T20:26:10.533Z",
        "updatedBy": {
          "delete": true,
          "id": 0,
          "meta": {},
          "type": 0
        }
      }
    }