Update Terms Version

This user update endpoint can be used to update the terms version that the user agrees on.

Update User

PATCH https://api.vaultoro.com/v1/user

This endpoint allows you to get free cakes.

Headers

NameTypeDescription

Authorization

string

Bearer xxx

Request Body

NameTypeDescription

termsVersion

integer

The terms version that wanted to be set

action

string

specify the action as setTermsVersion

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated