Swap 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.