Missing documentation beta API

Awesome, thank you @colin_mckibben! Hopefully the rest follows soon.

Some remarks regarding this:
1: The added documentation “Task Management” is added at the bottom instead of alphabetically.
2: Regarding API PATCH /task-status/:id, what should we use this API for? I am surprised to see the possibility to be able to update a task and use the [add , remove , replace , move , copy , test ] PATCH operations.
3: Do you know when we can view the task status of the API POST /accounts/:id/reload? It seems that we can not view the result of all tasks we execute.
4: API GET /task-status is mentioned in the documentation, which we would expect as well based upon the convention that you use GET /object-type to view the list of (paginated) objects and GET /object-type/:id to get a particular object. But when trying to execute this API, we get an error. See below