Skip to content
On this page

Song Resource


An song resource API resource represents the association between an song and an external resource.

Fields

NameTypeNullableDefaultDescription
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified
asStringNoYesUsed to distinguish resources that map to the same song

Allowed Include Paths

  • song
  • resource

Endpoints

Song Resource Destroy

The song resource destroy endpoint deletes an song resource and returns the deleted song resource resource.

Song Resource Index

The song resource index endpoint displays a listing of song resource resources.

Song Resource Show

The song resource show endpoint returns an song resource resource.

Song Resource Store

The song resource store endpoint creates a new song resource and returns the new song resource resource.

Song Resource Update

The song resource update endpoint updates an song resource and returns the updated song resource resource.

Released under the MIT License.