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
- application/json
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
- 200
- 404
OK
NOT FOUND
Loading...