v1
latestOpenAPI 3.1.02026-07-241120379.1 KBSwap line
This endpoint allows to update the existing line with a new line in a subscription contract.
put/2023-10/subscription/{subscriptionId}/line/{lineId}/swap
Path parameters
subscriptionIdinteger required
The unique identifier of the subscription in Loop.
lineIdinteger required
ID of the subscription line to swap.
Request body
Response
200
Example response
{
"success": true,
"message": "Line swapped successfully",
"code": "SUCCESS"
}