generic-assets

Update Generic Asset

Update a user-owned generic asset's name or description. Platform-curated assets cannot be edited via this route.

patch/v1/generic-assets/{generic_asset_id}

Path parameters

generic_asset_idstring uuid required

Request body

namestring nullable
descriptionstring nullable

Response

Successful Response

generic_asset_idstring required
namestring required
descriptionstring nullable
categorystring nullable
subcategorystring nullable
resolves_atstring date-time nullable
start_datetimestring nullable

Underlying event start (e.g. first pitch), for calendar views

owner_subaccount_idstring nullable
statusstring nullable
match_typestring nullable

'manual' | 'owner' | 'auto_*' — auto-matched assets group by game in the UI

river_idsinteger[] required
inserted_atstring required

Creation timestamp (UTC)

Changes

Changed in 1 of the 9 revisions of this API.2

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added