PATCH/desk/api/v2/inboxes/update.json

Update multiple inboxes.

Update all the given properties for matching resources. Any omitted properties will be unchanged.

        The following values are allowed in the [filter](/docs/desk/d667a6937d077-filtering-api-results) query parameter:
    
  • id
  • name
  • email
  • localPart
  • useTeamworkMailServer
  • smtpPassword
  • smtpPasswordEncrypted
  • smtpProvider
  • smtpPort
  • smtpSecurity
  • smtpServer
  • smtpUsername
  • autoReplyEnabled
  • autoReplySubject
  • autoReplyMessage
  • autoReplyFromUserId
  • displayOrder
  • spamThreshold
  • happinessRatingEnabled
  • happinessRatingMessage
  • timeloggingEnabled
  • timeloggingProjectId
  • iconImage
  • publicIconImage
  • languageCode
  • onClosedLock
  • onClosedWait
  • sendEmailsFrom
  • signature
  • usingOfficeHours
  • isAdmin
  • starred
  • notificationOnly
  • synced
  • syncDays
  • syncAccountId
  • syncSubscriptionId
  • includeTicketHistoryOnForward
  • createdAt
  • updatedAt
  • createdBy
  • updatedBy
  • state

Body Params

Inbox represents a Inbox.

    • Name
      autoReplyEnabled
      Type
      boolean
    • Name
      autoReplyFromUserId
      Type
      integer
    • Name
      autoReplyMessage
      Type
      string
    • Name
      autoReplySubject
      Type
      string
    • Name
      createdAt
      Type
      string
      Description
      CreatedAt is a read-only date marking the creation time.
    • Name
      createdBy
      Type
      object
    • Name
      deletedAt
      Type
      string
      Description
      DeletedAt is a read-only date marking the time of deletion. Is only returned when the object is marked as deleted.
    • Name
      deletedBy
      Type
      object
    • Name
      displayOrder
      Type
      integer
    • Name
      email
      Type
      string
    • Name
      filter_args
      Type
      object
      Description
      RequestCommons allows specifying paging and sorting options. All API endpoints should embed the RequestOrder for consistency.
    • Name
      forwardingAddress
      Type
      string
    • Name
      happinessRatingEnabled
      Type
      boolean
    • Name
      happinessRatingMessage
      Type
      string
    • Name
      iconImage
      Type
      string
    • Name
      id
      Type
      integer
    • Name
      inboxaliases
      Type
      array
    • Name
      inboxcnames
      Type
      array
    • Name
      inboxemailrefs
      Type
      array
    • Name
      includeTicketHistoryOnForward
      Type
      boolean
      Description
      IncludeTicketHistoryOnForward controls whether ticket history is included in forwarded tickets.
    • Name
      isAdmin
      Type
      boolean
    • Name
      languageCode
      Type
      string
    • Name
      localPart
      Type
      string
    • Name
      mailboxes
      Type
      array
    • Name
      name
      Type
      string
    • Name
      notificationOnly
      Type
      boolean
    • Name
      oauth2token
      Type
      object
    • Name
      onClosedLock
      Type
      string
    • Name
      onClosedWait
      Type
      integer
    • Name
      publicIconImage
      Type
      string
    • Name
      sendEmailsFrom
      Type
      string
    • Name
      signature
      Type
      string
    • Name
      smtpPassword
      Type
      string
    • Name
      smtpPasswordEncrypted
      Type
      string
      Description
      nolint: lll
    • Name
      smtpPort
      Type
      integer
    • Name
      smtpProvider
      Type
      string
    • Name
      smtpSecurity
      Type
      string
    • Name
      smtpServer
      Type
      string
    • Name
      smtpUsername
      Type
      string
    • Name
      spamThreshold
      Type
      integer
    • Name
      starred
      Type
      boolean
    • Name
      state
      Type
      string
      Description
      State is the status of the object. Typically this will be either active or deleted. When deleted the `deletedAt` and `deletedBy` relationship will be returned.
    • Name
      syncAccountId
      Type
      integer
    • Name
      syncDays
      Type
      integer
    • Name
      syncSubscriptionId
      Type
      integer
    • Name
      synced
      Type
      boolean
    • Name
      ticketstatus
      Type
      object
    • Name
      tickettypes
      Type
      array
    • Name
      timeloggingEnabled
      Type
      boolean
    • Name
      timeloggingProjectId
      Type
      integer
    • Name
      triggers
      Type
      array
    • Name
      updatedAt
      Type
      string
      Description
      UpdatedAt is a read-only date marking the last updated time. This field is not updated when the object is deleted.
    • Name
      updatedBy
      Type
      object
    • Name
      useTeamworkMailServer
      Type
      boolean
    • Name
      users
      Type
      array
    • Name
      usingOfficeHours
      Type
      boolean
    • Name
      verified
      Type
      boolean

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 OK
      BulkOpResponse is a bulk operation response
    • 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

    BulkOpResponse
    {
      "jobId": "string"
    }