This module provides Pydantic models for request and response data structures for the community notes endpoints of the X API. All models are generated from the OpenAPI specification and provide type safety and validation.Documentation Index
Fetch the complete documentation index at: https://x-preview-mintlify-translate-step-by-step-1778654896.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class xdk.community_notes.models.CreateRequest
Request model for createDefault:
{'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].