Session context modification
Removes a particular attribute from a specified session context. Recommended for performing calls on the management side.
Note: Optimistic locking is not taken into account here.
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
^[a-z][a-z0-9]+$Customer session ID.
Name of the attribute that should be deleted from the session context.
The request was successful. The attribute has been deleted from the session context.
A session context with the provided ID was not found.
A server-side error occurred.
No content
Adds an attribute to a session context file for a session with a given sessionId. Recommended for performing calls on the management side.
Note: Optimistic locking is not taken into account here.
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
^[a-z][a-z0-9]+$Customer session ID.
Context attribute
Additional context information key
Additional context information value
The request was successful. The attribute was added to the session context.
A session context with the provided ID was not found.
A server-side error occurred.
No content
Last updated
Was this helpful?

