Skip to main content
  • A specific element already present on the page (button, header, text field).
  • A Custom Icon that Chameleon adds to the page (beta or new label etc.)
To know more about Tooltips, feel free to visit our product documentation.
With the Chameleon API for Tooltips, you can:
  • List all the Tooltips that follow a specified set of parameters.
  • Retrieve a single Tooltip based on the id.

Schema

List Tooltips

List all the Tooltips that follow a specified set of parameters.

HTTP Request

GET

HTTP Response

Update a Tooltip

Update a single Tooltip to change its properties or to Publish it.

HTTP Request

PATCH
To Publish the Tooltip send the current timestamp in iso8601 format
To Unpublish the Tooltip set the published_at to null
To add the 5e3c4232c712de666d55632a Environment use a + prefix
To remove the 5e3c4232c712de666d55632a Environment use a - prefix

Retrieve a Tooltip

Retrieve a single Tooltip

HTTP Request

GET