PATCH/desk/api/v2/trends/{id}/autosuggestedreply.json

Enable or disable auto AI suggested replies for a trend.

Path Params

  • Name
    id
    Type
    integer
    required
    Description

Body Params

TrendsAPIBody handles the listing response for trend.

    • Name
      included
      Type
      object
      Description
      Included allows adding referenced objects on the API response. The included keys should map to the `types` in the Relationship slices/objects.
    • Name
      trend
      Type
      object
      Description
      Trend represents a Trend.

    Responses

    • Code
      204
      Description
      204 No Content No Data
    • 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

    400 Bad Request

    Validator
    {
      "Errors": {}
    }