Skip to main content

ProjectStorageEntry

scopeProjectStorageScoperequired

Possible values: [project, conversation]

keystringrequired
projectIdstring<uuid>

Required for current-project requests and must equal the top-level projectId; forbidden for related-project requests.

conversationIdstring
ProjectStorageEntry
{
"scope": "project",
"key": "string",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"conversationId": "string"
}