For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

Authorization

string

Bearer xxx

Request Body

Name
Type
Description

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"}
{    "message": "Ain't no cake like that."}

Last updated