Files
animethemes-api-docs/docs/jsonapi/reference/content/artistmember/store/index.md
T
2025-12-17 22:53:18 -03:00

1012 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: Content Moderator, 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