Update PartitionAsk AIpatch https://api.ragie.ai/partitions/{partition_id}Updates a partition. This includes the partition's description and metadata schema.Path Paramspartition_idstringrequiredBody Paramscontext_awarebooleannullEnable context-aware descriptions for the partition.truefalsedescriptionstringnullDescription of the partition.metadata_schemaobjectnullMetadata schema for the partition. This is an optional subset of the metadata of documents in the partition, defined as JSON Schema, that can be used in filter generatation. Providing detailed descriptions of the fields in the schema can be helpful for LLMs generating filters dynamically.Metadata Schema objectResponses 200Successful Response 401Unauthorized 402Payment Required 422Validation Error 429Too Many Requests 500Internal Server ErrorUpdated 4 months ago