assets

Update asset

patch/api/v2/assets/{asset_id}

Path parameters

asset_idstring required

Request body

namestring
start_datestring date-time
end_datestring date-time
durationinteger
is_enabledboolean
is_processingboolean
nocacheboolean
play_orderinteger
skip_asset_checkboolean
skip_ssl_verifyboolean
play_daysinteger[]
play_time_fromstring time nullable
play_time_tostring time nullable
refresh_interval_sinteger
custom_headersobject

Response

asset_idstring required
namestring nullable
uristring nullable
start_datestring date-time nullable
end_datestring date-time nullable
durationinteger nullable
mimetypestring nullable
is_enabledboolean
nocacheboolean
play_orderinteger
skip_asset_checkboolean
skip_ssl_verifyboolean
is_activeboolean required
is_processingboolean
play_daysinteger[] required
play_time_fromstring time nullable
play_time_tostring time nullable
is_reachableboolean required
last_reachability_checkstring date-time nullable required
metadataobject required
refresh_interval_sinteger required
custom_headersobject required

Changes

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

  • db7a06ac59cc627See the full diff
    • the duration request property's max was set to 31536000.00 (media type: application/json)

      request-property-max-set

    • the duration request property's max was set to 31536000.00 (media type: application/x-www-form-urlencoded)

      request-property-max-set

    • the duration request property's max was set to 31536000.00 (media type: multipart/form-data)

      request-property-max-set

    • the duration request property's min was set to 0.00 (media type: application/json)

      request-property-min-set

    • the duration request property's min was set to 0.00 (media type: application/x-www-form-urlencoded)

      request-property-min-set

    • the duration request property's min was set to 0.00 (media type: multipart/form-data)

      request-property-min-set

    • added the new optional request property custom_headers (media type: application/json)

      new-optional-request-property

    • added the new optional request property custom_headers (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property custom_headers (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property play_days (media type: application/json)

      new-optional-request-property

    • added the new optional request property play_days (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property play_days (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property play_time_from (media type: application/json)

      new-optional-request-property

    • added the new optional request property play_time_from (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property play_time_from (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property play_time_to (media type: application/json)

      new-optional-request-property

    • added the new optional request property play_time_to (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property play_time_to (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property refresh_interval_s (media type: application/json)

      new-optional-request-property

    • added the new optional request property refresh_interval_s (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property refresh_interval_s (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property skip_ssl_verify (media type: application/json)

      new-optional-request-property

    • added the new optional request property skip_ssl_verify (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property skip_ssl_verify (media type: multipart/form-data)

      new-optional-request-property

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added