Personality

patch
Authorizations
Path parameters
botIdstringRequired
Body
personalitystringRequired
Responses
200
Ok
application/json
patch
PATCH //tradingBot/{botId}/personality HTTP/1.1
Host: beta.usemoon.ai
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 22

{
  "personality": "text"
}
200

Ok

{
  "status": "text",
  "twitter_screen_name": "text",
  "twitter_name": "text",
  "is_production": true,
  "life_activity_log": [
    "text"
  ],
  "personality_traits": {
    "openness": 1,
    "conscientiousness": 1,
    "extraversion": 1,
    "agreeableness": 1,
    "neuroticism": 1,
    "confidence": 1,
    "optimism": 1,
    "formality": 1,
    "humor": 1,
    "empathy": 1
  },
  "emotional_state": {
    "mood": 1,
    "energy": 1,
    "reactivity": 1,
    "dominantEmotion": "text"
  },
  "twitter_posting_enabled": true,
  "eth_wallet": "text",
  "running": true,
  "active": true,
  "session": "text",
  "trading_style": "text",
  "tweet_style": "text",
  "twitter_id": "text",
  "twitter_password": "text",
  "twitter_email": "text",
  "personality": "text",
  "trade_tokens": {
    "tradeTokens": [
      {
        "name": "text",
        "address": "text",
        "symbol": "text",
        "decimals": 1,
        "logoURI": "text",
        "chainId": 1
      }
    ],
    "stablecoin": {
      "name": "text",
      "address": "text",
      "symbol": "text",
      "decimals": 1,
      "logoURI": "text",
      "chainId": 1
    }
  },
  "moon_api_key": "text",
  "name": "text",
  "user_id": "text",
  "id": "text"
}