mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
950 B
950 B
title
| title |
|---|
| Anime Theme Entry Video Store |
Anime Theme Entry Video Store Endpoint
The anime theme entry video store endpoint creates a new anime theme entry video and returns the new anime theme entry video resource.
For example, the /animethemeentryvideo/3814/Bakemonogatari-OP1.webm endpoint will create a new association between the Bakemonogatari OP1 anime theme entry and the Bakemonogatari-OP1.webm video.
URL
POST /animethemeentryvideo/{animethemeentry:id}/{video:slug}
Authentication
Required Permission: create anime theme entry, create video
Roles with Permission: Content Moderator, Encoder, Admin
Parameters
None
Response
{
animethemeentryvideo: {
created_at: "created_at",
updated_at: "updated_at"
}
}
Example
curl -X POST -H "Authorization: Bearer {token}" https://api.animethemes.moe/animethemeentryvideo/3814/Bakemonogatari-OP1.webm