# 웹훅 설정에 대한 정보 업데이트 스토어의 웹훅 설정에 대한 정보를 업데이트합니다. 자세한 정보는 웹훅 설명서를 참조하세요. Endpoint: PUT /v2/project/{project_id}/admin/webhook Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 프로젝트 ID입니다. 이 매개 변수는 관리자 페이지의 프로젝트 이름 옆에서 확인할 수 있습니다. Example: 44056 ## Request fields (application/json): - `is_enabled` (boolean, required) [ 게임 서비스](/ko/webhooks/operation/successful-order-payment/) 웹훅이 활성화되었는지 여부입니다. [ 게임 서비스](/ko/webhooks/operation/successful-order-payment/) 웹훅의 경우, 이 API 호출에서 지정된 설정은 [ 프로젝트 설정 > 웹훅](https://publisher.xsolla.com/0/projects/0/edit/webhooks/) 섹션의 관리자 페이지에서 구성한 설정보다 우선시됩니다. Example: true - `secret` (string, required) [ 게임 서비스](/ko/webhooks/operation/successful-order-payment/) 웹훅을 서며ㅇ하기 위한 프로젝트 비밀 키입니다. [ 게임 서비스](/ko/webhooks/operation/successful-order-payment/)의 경우 이 API 호출에서 지정된 키는 [ 프로젝트 설정 > 웹훅](https://publisher.xsolla.com/0/projects/0/edit/webhooks/) 섹션의 관리자 페이지에서 생성한 키보다 우선시됩니다. Example: "my_secret_key" - `url` (string, required) [게임 서비스](/ko/webhooks/operation/successful-order-payment/) 웹훅 수신을 위한 서버의 URL입니다. URL은 공개적으로 액세스 가능해야 하며 HTTPS 프로토콜을 사용해야 합니다(예: https://example.com). 웹훅을 테스트하는 도구에서 찾은 URL을 지정할 수도 있습니다. [게임 서비스](/ko/webhooks/operation/successful-order-payment/) 웹훅의 경우, 이 API 호출에서 지정된 설정은 [프로젝트 설정 > 웹훅](https://publisher.xsolla.com/0/projects/0/edit/webhooks/) 섹션의 관리자 페이지에서 구성한 설정보다 우선시됩니다. Example: "http://site.ru/webhook" - `version` (integer) 웹훅 버전입니다. 버전 '2'에서 [아이템](/ko/webhooks/operation/successful-order-payment/#!path=items&t=request) 배열에는 버전 '1'(기본값)에 없는 매개 변수 is_free, is_bonus 및 is_bundle_content가 포함됩니다. Enum: 1, 2 ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 204 fields ## Response 404 fields ## Response 422 fields