cURL
curl --request PUT \ --url https://api.raul.ugps.io/api/v1/subscription_currency/update/{currency_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "subscription_currency_name": "<string>" } '
{ "subscription_currency_id": 123, "subscription_currency_name": "<string>" }
Operacion: Update a subscription currency.
Bearer token authentication
Currency ID
Currency updated