mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
772 B
772 B
title
| title |
|---|
| Studio Image Store |
Studio Image Store Endpoint
The studio image store endpoint creates a new studio image and returns the new studio image resource.
For example, the /studioimage/shaft/9292 endpoint will create a new association between the Shaft studio and the large cover image of id 9292.
URL
POST /studioimage/{studio:slug}/{image:id}
Authentication
Required Permission: create studio, create image
Roles with Permission: Wiki Editor, Encoder, Admin
Parameters
None
Response
{
studioimage: {
created_at: "created_at",
updated_at: "updated_at"
}
}
Example
curl -X POST -H "Authorization: Bearer {token}" https://api.animethemes.moe/studioimage/shaft/9292