Update a top-up
POST {{baseUrl}}/v1/topups/:topup
Updates the metadata of a top-up. Other top-up details are not editable by design.
Request Body
[{"name"=>"description", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |