Update CHANGELOG and pleroma_api.md

This commit is contained in:
Egor Kislitsyn 2019-10-02 14:51:30 +07:00
parent 26693292f4
commit 93f966ea4b
No known key found for this signature in database
GPG Key ID: 1B49CB15B71E7805
2 changed files with 6 additions and 4 deletions

View File

@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Refreshing poll results for remote polls
- Job queue stats to the healthcheck page
- Admin API: Add ability to require password reset
### Changed

View File

@ -317,7 +317,8 @@ See [Admin-API](Admin-API.md)
"active": 0, # active processes
"idle": 0, # idle processes
"memory_used": 0.00, # Memory used
"healthy": true # Instance state
"healthy": true, # Instance state
"job_queue_stats": {} # Job queue stats
}
```