API Reference›Add a comment to a delivery log
Add a comment to a delivery log
POST
/api/logs/{id}/commentsAdd a comment to a delivery log
Requires
Authorization: Bearer <token>Parameters1
idstringpathrequiredRequest bodyapplication/json
bodystringrequiredResponses
201Comment created
400Validation error
401Unauthorized
404Log not found
500Internal server error