API Reference›Hide or unhide a delivery log for the whole team
Hide or unhide a delivery log for the whole team
POST
/api/logs/{id}/hideHide or unhide a delivery log for the whole team
Requires
Authorization: Bearer <token>Parameters1
idstringpathrequiredRequest bodyapplication/json
hiddenbooleanrequiredreasonstringResponses
200Updated hidden state for the delivery log
400Validation error
401Unauthorized
404Log not found
500Internal server error