| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### pulseSettingsarray

- **companyUuid**
- **uuid** *(required)*
- **socialProofNudgeMinimum** *(number)*
- **convertEmojisOnCSVDataExport** *(boolean)*

### Responses

- **201**: One or many pulseSettings documents created. Wrapped in a JsonAPI root response.
- **500**: default error response

### Example Request

```bash
curl --request POST \
     --url https://services.fountain.com/api/servicepulse/pulseSettings \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Example Response

```json
{
  "status": "201"
}
```
