API ReferenceHide or unhide a delivery log for the whole team

Hide or unhide a delivery log for the whole team

POST/api/logs/{id}/hide

Hide or unhide a delivery log for the whole team

Requires Authorization: Bearer <token>

Parameters1

idstringpathrequired

Request bodyapplication/json

hiddenbooleanrequired
reasonstring

Responses

200Updated hidden state for the delivery log
400Validation error
401Unauthorized
404Log not found
500Internal server error