플레이어 옵션 초기화
- 인쇄
- PDF
플레이어 옵션 초기화
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
플레이어에 설정된 옵션을 이전 설정으로 되돌리는 방법은 다음과 같습니다.
요청
PUT {API_URL}/players/{player_no}/rollback
요청 파라미터
필드명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
---|---|---|---|---|
player_no | Y | Integer | Path Parameter | 플레이어 번호 |
요청 예시
PUT /api/v1/players/1/rollback
HOST: vpe.apigw.ntruss.com
Content-Type: application/json
x-ncp-apigw-timestamp:1521787414578
x-ncp-iam-access-key:6uxz1nKkcYwUjWRG5Q1V7NsW0i5jErlu2NjBXXgy
x-ncp-apigw-signature-v2:iJFK773KH0WwQ79PasqJ+ZGixtpDQ/abS57WGQdld2M=
x-ncp-region_code:KR
성공 코드
HttpStatusCode | Code | Message |
---|---|---|
200 | 200 | ok |
에러 코드
HttpStatusCode | Code | Message | Description |
---|---|---|---|
200 | 4601 | Query string player_no is missing. | |
200 | 4801 | No player information. | |
200 | 4804 | The feature can't be used in the free version of player. |
응답 예시
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 26 Feb 2021 09:53:32 GMT
Content-Type: application/json;charset=utf-8
Connection: keep-alive
Access-Control-Allow-Origin: *
x-ncp-trace-id: 36c9k60om4p3238cpmc9gm4cj4
// 성공 시
{
"code": "200",
"message": "ok"
}
// 실패 시
"error": {
"errorCode": "4801",
"message": "No player information."
}
}
이 문서가 도움이 되었습니까?