Add renewal_period

This commit is contained in:
Jeremy Klein 2024-09-18 22:46:48 -07:00
parent 210966466b
commit 1c96bc45cf

1
47.md
View File

@ -396,6 +396,7 @@ Response:
"remaining_budget_msats": 10000, "remaining_budget_msats": 10000,
"total_budget_msats": 100000, "total_budget_msats": 100000,
"renews_at": 1693876973, // timestamp in seconds since epoch, optional. If not provided, the budget does not renew. "renews_at": 1693876973, // timestamp in seconds since epoch, optional. If not provided, the budget does not renew.
"renewal_period": "monthly", // daily|weekly|monthly|yearly|never
} }
} }
``` ```