Skip to main content

Update front history entry

PATCH /v1/frontHistory/:docId

Update a Front History entry by an Id

Path Parameters
  • docId string required

    String Id of the document

Request Body required
  • customStatus string

    Custom status of the front entry

  • custom boolean

    Whether this front history entry tracks a custom front or member

  • live boolean

    Whether this front history entry is live

  • startTime integer

    Milliseconds since epoch for this timestamp/date

  • endTime integer

    Milliseconds since epoch for this timestamp/date

  • member

    ID of the member or custom front this entry belongs to

Responses

OK

Loading...