Skip to main content
PATCH
/
api
/
v1
/
assistant
/
profile
Update My Profile
curl --request PATCH \
  --url https://api.example.com/api/v1/assistant/profile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "basics": {},
  "preferences": {},
  "people": {},
  "favourites": {}
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "assistant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "basics": {},
  "preferences": {},
  "people": {},
  "favourites": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
basics
Basics · object
preferences
Preferences · object
people
People · object
favourites
Favourites · object

Response

Successful Response

id
string<uuid>
required
assistant_id
string<uuid>
required
basics
Basics · object
required
preferences
Preferences · object
required
people
People · object
required
favourites
Favourites · object
required