opensesh docs

Set reviewer track affinities

PUT
/events/{eventId}/reviewer-tracks/{eventMemberId}

Replaces the event member's track affinities with the supplied set.

Authorization

bearerAuth
AuthorizationBearer <token>

An organization API key (osk_…)

In: header

Path Parameters

eventId*string
eventMemberId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/events/string/reviewer-tracks/string" \  -H "Content-Type: application/json" \  -d '{    "trackIds": [      "string"    ]  }'
{  "eventMemberId": "string",  "trackIds": [    "string"  ]}