Skip to content

Banner Bots

Endpoint used to update a banner alert in Toolzz Bots.

Terminal window
curl --request PATCH \
--url 'https://bots.toolzz.ai/api/v1/updateAlert' \
--header 'Authorization: Bearer <token>'
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.