Update an existing asset by ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length between 1 and 255
^[a-zA-Z0-9_-]+$

Unique identifier for the Company

string
required
length between 1 and 255
^[a-zA-Z0-9_-]+$

Unique identifier for the Asset

Body Params

Update schema for modifying Asset

string

References users.user_id — An individual user account within a company. See GET /users for valid values. Optional.

string

References companies.company_id — A Spartera seller or buyer company account. See GET /companies for valid values. Required.

string

Optional.

int64

References industries.industry_id — Available industry categories for asset classification. Based on US NAISC codes.. See GET /industries for valid values. Optional.

int64

Primary use case for this asset, from clustering analysis

string

Optional identifier for routing to specific functions/models at seller endpoint. For GET: appended to URL path. For POST: included in JSON body.

string
enum

Approval status for AI-generated assets

Allowed:
string

User who approved this asset for marketplace

date-time

When this asset was approved for marketplace

string

Required.

string

Optional.

string

Optional.

string

Long-form HTML description for product pages and SEO

string
enum

Required. One of: MANUAL, AUTOMATIC.

Allowed:
string
enum

Optional. One of: CALCULATION, VISUALIZATION, DATA.

Allowed:
asset_schema
object

Stores database table schema data including columns, types, and metadata

string

Optional.

string

Top 3 questions this asset can help answer, in English. Stored as JSON array of strings (1-3 items, 15-200 chars each). Required for marketplace assets.

string

Short code for tera.ac URL shortener (e.g., 'f78zq1')

string

Semicolon or comma-separated list of domains restricted from accessing this asset

string

Optional.

string

Optional.

string

Optional.

boolean

Required.

boolean

Whether this asset requires customization before use

viz_spec
object

Plotly figure JSON describing the visualization. Authored via the visual editor or via API. When populated, takes precedence over the legacy viz_ fields. Shape follows Plotly's figure schema: {data: [{type: '...', xsrc: '...', ...}], layout: {...}}. Column references use src keys (xsrc, ysrc, labelssrc, etc.) and are hydrated with actual data at render time.

string
enum

Optional. One of: PLOTLY, MATPLOTLIB, SEABORN.

Allowed:
string
enum

Optional. One of: LINE, BAR, PIE, DOUGHNUT, POLAR, … (8 total).

string

Optional.

string

Optional.

string

Optional.

string

Optional.

string
enum

Optional. One of: No Aggregation, Sum, Average, Count, Minimum, … (6 total).

Allowed:
string
enum

Optional. One of: No Sorting, Ascending, Descending.

Allowed:
int64

Optional.

string
enum

Optional. One of: Default, Sequential, Diverging, Categorical, Monochrome, … (8 total).

boolean

Show/hide chart legend

boolean

Show/hide grid lines

boolean

Show trendline for scatter/line charts

boolean

Enable smoothing for line charts

boolean

Stack bars instead of grouping

string
enum

Whether data_limit shows TOP or BOTTOM N

Allowed:
boolean

Required.

boolean

Required.

boolean

Optional.

string

Optional.

date-time

Optional.

date-time

Start date of the data time period covered

date-time

End date of the data time period covered

date-time

When the seller began actively collecting this data. Distinct from data_time_period_start, which describes when the records themselves begin. Backfilled historical data will have date_collection_start > data_time_period_start.

string
enum

Type of geographic coverage

string

Specific regions/countries covered (e.g., 'United States, Canada, Mexico')

string
enum

How often the source data is refreshed

int64

Number of requests allowed per period (e.g., 100)

string
enum

Time period for rate limiting (second, minute, hour, day)

Allowed:
string
enum

Granularity level for rate limiting (USER, COMPANY, IP)

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json