Partially update a span_iframe object. Specify the fields to update in the payload. Any object-type fields will be deep-merged with existing content. Currently we do not support removing fields or setting them to null.
Most Braintrust endpoints are authenticated by providing your API key as a header Authorization: Bearer [api_key] to your HTTP request. You can create an API key in the Braintrust organization settings page.
SpanIframe id
Fields to update
Name of the span iframe
URL to embed the project viewer in an iframe
Whether to post messages to the iframe containing the span's data. This is useful when you want to render more data than fits in the URL.
Textual description of the span iframe
Returns the span_iframe object
Unique identifier for the span iframe
Unique identifier for the project that the span iframe belongs under
Name of the span iframe
URL to embed the project viewer in an iframe
Identifies the user who created the span iframe
Date of span iframe creation
Date of span iframe deletion, or null if the span iframe is still active
Textual description of the span iframe
Whether to post messages to the iframe containing the span's data. This is useful when you want to render more data than fits in the URL.