특정 동영상의 메타 정보를 변경합니다.
Request URL
GET https://api.v4.wecandeo.com/info/videopack/detail/v1/set/info.json?accessKey={Access Key}&title={title}&series={series}&author={author}©right={copyright}&rate={rate}&content={content}&etc={etc}&tag={tag}Request Parameters
| Parameter Name | Type | Description | 
|---|---|---|
| accessKey (Required) | String | 원본 키 (Access Key) | 
| title | String | 제목 | 
| series | String | 시리즈 | 
| author | String | 원작자 | 
| copyright | String | 저작권 | 
| rate | String | 관람가 | 
| content | String | 내용 | 
| etc | String | 기타 | 
| cid | String | 사용자 정의 문자열 (ID) (최대 64 자리) | 
| tag | String | 태그 
 | 
Response Example
{
  "setDetail":{
  	"status": "Success"
  }
}Response Data Value
| Name | Type | Description | 
|---|---|---|
| status | String | 성공 여부 
 | 
