Download OpenAPI specification:Download
{- "contents": [
- {
- "id": 10,
- "contentType": 0,
- "title": "string",
- "publisher": "string",
- "date": "1/31/2025 7:29:55 AM",
- "downloadCount": 0,
- "voteAverageScore": 0,
- "songInfo": {
- "difficulties": [
- 0,
- 0,
- 0,
- 24,
- 29
], - "hasLua": true
}
}
]
}
contentIdのコンテンツ評価を新規登録する
vote
id | integer |
contentId | integer コンテンツのid番号 |
userId | string ユーザー固有のid文字列 |
name | string 投稿者名 |
score | integer 評価の値 (1~5) |
comment | string 評価一覧で表示されるコメント |
like | integer いいね数 |
date | string UTC時間 |
{- "id": 0,
- "contentId": 0,
- "userId": "string",
- "name": "string",
- "score": 0,
- "comment": "string",
- "like": 0,
- "date": "string"
}
contentIdのコンテンツ評価を編集する
vote
id | integer |
contentId | integer コンテンツのid番号 |
userId | string ユーザー固有のid文字列 |
name | string 投稿者名 |
score | integer 評価の値 (1~5) |
comment | string 評価一覧で表示されるコメント |
like | integer いいね数 |
date | string UTC時間 |
{- "id": 0,
- "contentId": 0,
- "userId": "string",
- "name": "string",
- "score": 0,
- "comment": "string",
- "like": 0,
- "date": "string"
}