v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB
Projects

Update Project

Update the custom instructions attached to a given project. Updates the project with any provided non-null fields and returns the resulting Flow object.

put/api/v1/projects/{project_id}

Path parameters

project_idstring required

Request body

namestring nullable

The name of the flow.

chatInstructionsstring nullable

How would you like Chat Explore to respond? For example:

  • Respond only in spanish
  • Provide short and concise answers only
  • Make sure to always include a chart
chatContextstring nullable

What would you like Chat Explore to know about this application to provide better responses? For example:

  • This dataset is customer engagement data
  • The units of the sales column are in millions
  • The data is messy and contains typos
chatSuggestionsstring nullable

Customize the default chat suggestions by writing a list of suggestions separated by newlines. For example:

  • What is the average net media cost by campaign ID?
  • Make sure to always include a chart

Response

Successful Response

idstring required

The ID of this object.

namestring

The name of the flow.

chatInstructionsstring

How would you like Chat Explore to respond? For example:

  • Respond only in spanish
  • Provide short and concise answers only
  • Make sure to always include a chart
chatContextstring

What would you like Chat Explore to know about this application to provide better responses? For example:

  • This dataset is customer engagement data
  • The units of the sales column are in millions
  • The data is messy and contains typos
chatSuggestionsstring

Customize the default chat suggestions by writing a list of suggestions separated by newlines. For example:

  • What is the average net media cost by campaign ID?
  • Make sure to always include a chart