billing.setDefaultPaymentMethod
patch/v1/billing/payment-methods/{id}/default
billing.setDefaultPaymentMethod
Request
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id* | path | string | No description |
Responses
200No description
- Schema
Schema Structure
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string",
"enum": [
"Default payment method updated"
]
}
},
"required": [
"success",
"message"
]
}