Twitter API
  1. 默认分类
Twitter API
  • 默认分类
    • account.settings.get
      GET
    • account.settings.post
      POST
    • account.update_delivery_device
      POST
    • account.update_profile
      POST
    • accounts.update_profile_background_image
      POST
    • accounts.update_profile_colors
      POST
    • accounts.update_profile_image
      POST
    • application.rate_limit_status
      GET
    • blocks.create
      POST
    • blocks.destroy
      POST
    • blocks.ids
      GET
    • blocks.list
      GET
    • direct_messages
      GET
    • direct_messages.destroy
      POST
    • direct_messages.new
      POST
    • direct_messages.sent
      GET
    • direct_messages.show
      GET
    • favorites.create
      POST
    • favorites.destroy
      POST
    • favorites.list
      GET
    • followers.ids
      GET
    • friends.ids
      GET
    • friendships.create
      POST
    • friendships.destroy
      POST
    • friendships.incoming
      GET
    • friendships.lookup
      GET
    • friendships.outgoing
      GET
    • friendships.show
      GET
    • friendships.update
      POST
    • geo.place_id
      GET
    • geo.places
      POST
    • geo.reverse_geocode
      GET
    • geo.search
      GET
    • geo.similar_places
      GET
    • help.configurations
      GET
    • help.languages
      GET
    • help.privacy
      GET
    • help.tos
      GET
    • lists.create
      POST
    • lists.destroy
      POST
    • lists.list
      GET
    • lists.members
      GET
    • lists.members.create
      POST
    • lists.members.create_all
      POST
    • lists.members.destroy
      POST
    • lists.members.destroy_all
      POST
    • lists.members.show
      GET
    • lists.memberships
      GET
    • lists.show
      GET
    • lists.statuses
      GET
    • lists.subscribers
      GET
    • lists.subscribers.create
      POST
    • lists.subscribers.destroy
      POST
    • lists.subscribers.show
      GET
    • lists.subscriptions
      GET
    • lists.update
      POST
    • saved_searches.create
      POST
    • saved_searches.destroy
      POST
    • saved_searches.list
      GET
    • savedsearchesid
      GET
    • search.tweets
      GET
    • statuses.destroy
      POST
    • statuses.home_timeline
      GET
    • statuses.mentions.timeline
      GET
    • statuses.oembed
      GET
    • statusesretweetid
      POST
    • statuses.retweets
      GET
    • statuses.show
      GET
    • statuses.update
      POST
    • statuses.update_with_media
      POST
    • statuses.user_timeline
      GET
    • trends.available
      GET
    • trends.closest
      GET
    • trends.place
      GET
    • users.contributees
      GET
    • users.contributors
      GET
    • users.lookup
      GET
    • users.report_spam
      POST
    • users.search
      GET
    • users.show
      GET
    • users.suggestions
      GET
    • users.suggestions.slug
      GET
    • users.suggestionsslugmembers
      GET
  1. 默认分类

accounts.update_profile_colors

POST
/account/update_profile_colors.json
Sets one or
more hex values that control the color scheme of the authenticating user's profile page on
twitter.com.
Each parameter's value must be a valid hexidecimal value, and may be either three or six characters
(ex: #fff or #ffffff).
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.twitter.com/1.1/account/update_profile_colors.json'
响应示例响应示例
{}

请求参数

无

返回响应

🟢200成功
application/json
Successful Response
Body
object {0}

【Twitter】API开发者 微信交流群

用微信扫右侧二维码,加入【Twitter】API开发者 交流群,互助沟通

扫码加入交流群
修改于 2024-09-24 06:06:38
上一页
accounts.update_profile_background_image
下一页
accounts.update_profile_image
Built with