Update a context
Update the data of an existing context. type and id are required fields, data is required. Only the data field is updated, the rest of the context is not affected. If the context does not exist, it returns the 404 response
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/jsonRequireddataRequiredobjectCustom data to associate with this context. Replaces existing data.
Path Parameters
idRequiredstringContext ID
typeRequiredstringContext type
Header Parameters
idempotency-keystringA header for idempotency purposes
Response Body
OK
typeRequiredstringidRequiredstringdataRequiredobjectcreatedAtRequiredstringupdatedAtRequiredstring