Authorizations
API key for authentication
Headers
Organization ID (required for session auth, optional for API key auth)
Path Parameters
Context entry ID
"ctx_abc123def456"
Body
Partial context entry data to update
The question or topic this context entry addresses
"How do we handle user authentication in our application?"
The answer or detailed explanation for the question
"We use a hybrid authentication system supporting both API keys and session-based authentication. API keys are used for programmatic access while sessions are used for web interface interactions."
Tags to categorize and help search this context entry
[
"authentication",
"security",
"api",
"sessions"
]
Response
Context entry updated successfully
The response is of type any
.