Update X profile
Updates editable fields on a connected X profile.
Headers
Use one unique value per intended write. Reuse it only for an identical retry. Matching retries return the original action. Different input returns 409. Protection lasts at least 90 days.
Request body
Example request
{
"account": "@elonmusk",
"name": "Example Name",
"description": "CEO of Tesla, SpaceX, and X",
"location": "Austin, TX",
"url": "https://x.com"
}Response
Write reached a terminal state.
Example response
{
"id": "12345",
"writeActionId": "12345",
"action": "like",
"status": "success",
"terminal": true,
"statusUrl": "/api/v1/x/write-actions/12345",
"pollAfterMs": 1000,
"charged": true,
"chargedCredits": "10",
"billing": {
"status": "charged",
"charged": true,
"plannedCredits": "10",
"chargedCredits": "10"
},
"request": {
"hash": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"payload": {
"tweet_id": "9876543210"
}
},
"account": {
"id": "42",
"username": "example"
},
"target": {
"type": "tweet",
"id": "9876543210"
},
"targetId": "9876543210",
"result": {
"type": "state_change",
"id": "9876543210",
"state": "liked"
},
"nextAction": {
"type": "poll",
"url": "/api/v1/x/write-actions/12345",
"afterMs": 2000
},
"requestHash": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"requestId": "01JZ8R7QSC9QKT0V7JX4M2A6B8",
"error": "x_write_ambiguous",
"message": "Invalid input. Check request fields.",
"sendDispatched": true,
"sendDispatchedAt": "2026-07-21T05:00:00Z",
"createdAt": "2026-07-21T05:00:00Z",
"updatedAt": "2026-07-21T05:00:02Z",
"completedAt": "2026-07-21T05:00:02Z",
"expiresAt": "2026-07-22T05:00:00Z",
"confirmedAt": "2026-07-21T05:00:02Z",
"confirmationCheckedAt": "2026-07-21T05:00:02Z",
"confirmationAttempts": 1,
"tweetId": "9876543210",
"messageId": "1234567890",
"mediaId": "2345678901",
"mediaUrl": "https://media.xquik.com/example.jpg",
"communityId": "3456789012",
"communityName": "Builders",
"resultId": "9876543210",
"media": {
"count": 1,
"kind": "image"
},
"details": {
"suggestion": "Poll the action status URL."
},
"success": true
}Changes
Changed in 3 of the 19 revisions of this API.11925
- ▲
the
oneOf[subschema #4]/allOf[subschema #2]/response's property type/format changed from/toobject/for status402response-property-type-changed
- ○
added 'propertyNames' constraint to the
oneOf[subschema #4]/allOf[subschema #2]/response property for the status402response-property-property-names-added
- ▲
- ●
added the new
closedenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
closedenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
closedenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
closedenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
closedenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
expiredenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
expiredenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
expiredenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
expiredenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
expiredenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_complete_replies_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_coverage_requestenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_output_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
invalid_reply_optionsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
login_service_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
missing_urlenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
missing_urlenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
missing_urlenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
missing_urlenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
missing_urlenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402response-property-enum-value-added
- ●
added the new
too_many_tweetsenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402response-property-enum-value-added
- ●
- ●
added the new
coverage_cursor_goneenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402(media type: application/json)response-property-enum-value-added
- ●
added the new
coverage_cursor_goneenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402(media type: application/json)response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402(media type: application/json)response-property-enum-value-added
- ●
added the new
coverage_cursor_unavailableenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402(media type: application/json)response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theallOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theallOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status403response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status404response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status422response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response status500response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #1: LegacyErrorCode]/response property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theerror/oneOf[subschema #2: StructuredError]/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #1: LegacyErrorCode]/response property for the response status402(media type: application/json)response-property-enum-value-added
- ●
added the new
invalid_coverage_cursorenum value to theoneOf[subschema #4]/allOf[Error]/error/oneOf[subschema #2: StructuredError]/coderesponse property for the response status402(media type: application/json)response-property-enum-value-added
- ○
response property
oneOf[AuthenticatedPaymentRequired]/payment_options/credits/create_checkout/providerdeprecated (media type: application/json)response-property-deprecated
- ○
response property
oneOf[AuthenticatedPaymentRequired]/payment_options/subscription/create_checkout/providerdeprecated (media type: application/json)response-property-deprecated
- ○
response property
oneOf[GuestPaymentRequired]/payment_options/credits/create_checkout/providerdeprecated (media type: application/json)response-property-deprecated
- ○
response property
payment_options/guest_wallet/create_checkout/providerdeprecated (media type: application/problem+json)response-property-deprecated
- ●