Skip to main content

Create a comment for a porting order

POST 
/porting_orders/:id/comments

Creates a new comment for a porting order.

Request

Path Parameters

    id uuidrequired

    Porting Order id

Body

required

    body string

Responses

201: Successful response

401: Unauthorized

422: Unprocessable entity. Check message field in response for details.

Loading...