Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Share a cube with another user.
cURL
curl --request POST \ --url https://api.example.com/mem_cubes/{cube_id}/share \ --header 'Content-Type: application/json' \ --data ' { "target_user_id": "user456", "user_id": "user123" } '
{ "message": "Operation successful", "code": 200, "data": null }
Target user ID to share with
"user456"
User ID for the request
"user123"
Successful Response
Simple response model for operations without data return.
Response message
"Operation successful"
Response status code
200
Response data