# Modify admission token sections Update the event sections that the admission token can be used to grant entry to Endpoint: PUT /events/{event}/tokens/{token} Version: 3.0.0 Security: SessionKey ## Path parameters: - `event` (integer, required) Unique identifier of the requested event - `token` (integer, required) Unique identifier of the requested admission token ## Request fields (application/json): - `sections` (array, required) List of sections this token can redeem tickets for. ## Response 200 fields (application/json): - `self` (string) URI of the token resource - `code` (string) The code used to uniquely identify this token in the system - `global` (boolean) Whether or not this is a global event token - `sections` (array) List of sections this token can redeem tickets for. ## Response 400 fields (application/json): - `message` (string) Reason for the given response. ## Response 403 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.