Skip to main content

Add front history entry

POST /v1/frontHistory/:docId

Add a Front history entry by (optionally) 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...