Skip to content

[Update] New param for SET_LOCATOR_SDK_MODE #268

Description

@pmartinbTEF

Message type: SET_LOCATOR_SDK_MODE

Originator: Both

Min app version: 26.7

Description

Add an optional correlation parameter to the existing SET_LOCATOR_SDK_MODE message.

Payload definition

Request Payload

mode: string;
correlation?: Record<string, string>; // optional map of key-value pairs

Examples:

{"type": "SET_LOCATOR_SDK_MODE", "id": "web-2", "payload": {"mode": "default", "correlation": {"traceId": "abc123"}}}

Response Payload
No payload required

Possible error cases

500 → Internal Error: If an error occurred processing the message

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions