Operational
[BETA] Update a signal endpoint token.
Enterprise feature
[BETA] This API is in beta state, which means it may change or be removed in the future.
Updates an existing signal endpoint token identified by its id.
put/api/admin/signal-endpoints/{signalEndpointId}/tokens/{id}
Path parameters
signalEndpointIdstring required
idstring required
Request body
Example request
{
"name": "My external app #1"
}Response
#/components/schemas/signalEndpointTokenSchema
Example response
{
"id": 7,
"token": "signal_xyzrandomstring",
"name": "My external app #1",
"signalEndpointId": 1337,
"createdAt": "2023-12-27T13:37:00+01:00",
"createdByUserId": 1337
}