Apply Insight

Apply an insight's config suggestion to its agent (published -> applied).

post/tokenwise/insights/{insight_id}/apply

Path parameters

insight_idstring required

Response

Successful Response

idstring uuid required

A unique ID for the request (not the message). Repeated identical requests get different IDs. However, for a streaming response, the ID will be the same for all responses in the stream.

workspace_idstring uuid required
agent_idstring required
statestring required
sourcestring required
kindstring required
authorstring
titlestring required
narrativestring required
projected_savingsstring
optimization_idstring
config_suggestionobject
feedback_verdictstring
feedback_commentstring
created_atstring date-time required
updated_atstring date-time required

Changes

Changed in 2 of the 23 revisions of this API.4

    • added the optional property feedback_comment to the response with the 200 status

      response-optional-property-added

    • added the optional property feedback_verdict to the response with the 200 status

      response-optional-property-added

    • added the required property kind to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added