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

Create or update inboxaifeatures.

Creates or updates (upserts) inboxaifeatures for one or more inboxes. Returns the updated inboxaifeatures for the affected inboxes.

Body Params

    • Name
      inboxes
      Type
      array

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 OK
    • 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

    InboxAIFeatures
    {
      "features": [
        {
          "enabled": true,
          "features_id": 0,
          "id": 0
        }
      ],
      "inboxes_id": 0
    }