v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Number Portout

Create a comment on a portout request

Creates a comment on a portout request.

post/portouts/{id}/comments

Path parameters

idstring uuid required

Portout id

Request body

bodystring

Comment to post on this portout request

Response

Portout Comment Response

Example response

{
  "data": {
    "body": "This is a comment",
    "created_at": "2018-02-02T22:25:27.521Z",
    "id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
    "portout_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
    "record_type": "portout",
    "user_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0"
  }
}