Skip to main content
PUT
Put Session Tags

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

The ID of the session to update tags for.

Body

application/json

Update/Create Browser Session tags, will overwrite existing tags

tags
string[]
required

Tags to set on the session. Replaces any existing tags.

Example:

Response

Session tags updated successfully.

success
boolean
required

Whether the tags operation succeeded.

message
string

Human-readable result message.