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