Add a port-in note
port_add_noteAdd a note to a port request. Use 'customer' visibility for customer-visible notes or 'internal' for operator-only notes.
Instructions
Add a note to the port request. visibility="internal" is operator-only (customers get FORBIDDEN); customers may only post "customer" notes. Read notes with port_list_notes. Errors: INVALID_PAYLOAD, FORBIDDEN, NOT_FOUND, INTERNAL_ERROR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Port request UUID (from port_list_requests or port_create_request) | |
| body | Yes | Note text | |
| visibility | No | Note visibility: "customer" (default; visible to the customer) or "internal" (operator-only) |