VirtuousAI
ReferenceV1

Update Preferences

PATCH
/api/v1/users/me/preferences

Header Parameters

authorization?|
X-API-Key?|
vai_token?|

Request Body

application/json

city?|
countryCode?|
locale?|
postalCode?|
timezone?|

Response Body

application/json

application/json

curl -X PATCH "https://loading/api/v1/users/me/preferences" \  -H "Content-Type: application/json" \  -d '{}'
{
  "city": "string",
  "countryCode": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "email": "string",
  "firstName": "string",
  "id": "string",
  "lastName": "string",
  "locale": "string",
  "postalCode": "string",
  "profilePictureUrl": "string",
  "timezone": "string",
  "updatedAt": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}