Own session context modification
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
^[a-z][a-z0-9]+$attributeNamestringRequired
Name of the attribute that should be deleted from the session context.
Responses
204
The request was successful. The attribute has been deleted from the session context.
404
A session context with the provided ID was not found.
application/json
500
A server-side error occurred.
application/json
delete
/session-context/{tenant}/me/context/attributes/{attributeName}No content
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
^[a-z][a-z0-9]+$Body
Context attribute
keystringRequired
Additional context information key
valueone ofRequired
Additional context information value
objectOptional
stringOptional
Responses
201
The request was successful. The attribute was added to the session context.
application/json
404
A session context with the provided ID was not found.
application/json
500
A server-side error occurred.
application/json
post
/session-context/{tenant}/me/context/attributesLast updated
Was this helpful?

