post https://api.streak.com/api/v1/boxes/
[editor's note: This moved into "Update a box"]
Editing a single field of a box can be achieved through its own endpoint. However, this endpoint allows you to edit multiple fields at once.
Content Type and Auth
Make sure to include
-H "Content-Type: application/json"
and your authorization in any request you make on your own.