# Snooze case

Snooze the case or cancel the case snooze.

Endpoint: POST /people/{personId}/cases/{caseId}/snooze
Version: 2023-11-29
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `personId` (string, required)
    A Borrower's unique identifier, tied to a person or a business. Can be Peach or a lender's external identifier.

  - `caseId` (string, required)
    The case object unique identifier.

## Request fields (application/json):

  - `snoozeFor` (integer,null, required)
    The number of days to snooze for. To cancel snoozing set to null.
If the current time has caught up to the snoozedUntil date then setting
this snoozeFor to null also causes the snooze to "pop" which initiates
a case review task into the task system.


## Response 204 fields
