mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
1006 B
1006 B
title
| title |
|---|
| Artist Member Store |
Artist Member Store Endpoint
The artist member store endpoint creates a new artist member and returns the new artist member resource.
For example, the /artistmember/ms/pile endpoint will create a new association between the μ's group and the Pile member.
URL
POST /artistmember/{artist:slug}/{artist:slug}
Authentication
Required Permission: create artist
Roles with Permission: Wiki Editor, Encoder, Admin
Parameters
| Name | Required | Rules |
|---|---|---|
| alias | No | string, max:192 |
| as | No | string, max:192 |
| notes | No | string, max:192 |
Response
{
artistmember: {
created_at: "created_at",
updated_at: "updated_at",
alias: "alias",
as: "as",
notes: "notes"
}
}
Example
curl -X POST -H "Authorization: Bearer {token}" https://api.animethemes.moe/artistmember/ms/pile