Skip to content
On this page

Studio Image


A studio image API resource represents the association between a studio and an image.

Fields

NameTypeNullableDefaultDescription
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified

Allowed Include Paths

  • studio
  • image

Endpoints

Studio Image Destroy

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

Studio Image Index

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

Studio Image Show

The studio image show endpoint returns a studio image resource.

Studio Image Store

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

Released under the MIT License.