POST api/channel/add_Artist
036 创建明星频道 ??未测试
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ArtistId": "c67ce376-82e1-46a6-b476-df7a082579a2",
"UserId": "c13a2c2f-9fbf-4ae8-a010-941ebf1ea550",
"Name": "sample string 3",
"Gender": 4,
"Avatar": "sample string 5",
"Summary": "sample string 6",
"Intro": "sample string 7",
"IsGroup": true,
"Region": "sample string 9",
"Language": "sample string 10",
"Years": "sample string 11",
"UpdateTime": "2026-03-12T15:36:38.95+08:00",
"CreateTime": 13,
"IsAvailable": true,
"Version": "sample string 15"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}