Skip to content
On this page

Studio Resource


A studio resource API resource represents the association between a studio 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 studio

Allowed Include Paths

  • studio
  • resource

Endpoints

Studio Resource Destroy

The studio resource destroy endpoint deletes a studio resource and returns the deleted studio resource resource.

Studio Resource Index

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

Studio Resource Show

The studio resource show endpoint returns a studio resource resource.

Studio Resource Store

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

Studio Resource Update

The studio resource update endpoint updates a studio resource and returns the updated studio resource resource.

Released under the MIT License.