Skip to main content
POST
/
cabinet
/
subscription
/
renew
Renew Subscription
curl --request POST \
  --url http://localhost:8080/cabinet/subscription/renew \
  --header 'Content-Type: application/json' \
  --data '
{
  "period_days": 1825
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json

Request to renew subscription.

period_days
integer
required

Renewal period in days

Required range: 1 <= x <= 3650

Response

Successful Response