API ReferenceAdd a comment to a delivery log

Add a comment to a delivery log

POST/api/logs/{id}/comments

Add a comment to a delivery log

Requires Authorization: Bearer <token>

Parameters1

idstringpathrequired

Request bodyapplication/json

bodystringrequired

Responses

201Comment created
400Validation error
401Unauthorized
404Log not found
500Internal server error