서브계정 수정
작성일 2026.03.21 | 수정일 2026.03.21
PUT
/appstore/v2/me/apps/:appId/subaccounts/:accountIdParameters
appId*— SITE 앱 ID
accountId*— 수정할 서브계정 ID
서브계정의 커스텀 필드를 수정합니다.
Body Params
Respnse
Structure
Request
{
"customField1": {
"name": "부서",
"value": "개발팀"
},
"customField2": {
"name": "담당자",
"value": "김철수"
},
"customField3": null,
"customField4": null,
"customField5": null
}
Response
{
"handleKey": "AP02SA_abc12345678901234567890",
"appId": "aBcDeFgHiJkL",
"accountId": "12345678901234",
"customField1": {
"name": "부서",
"value": "개발팀"
},
"customField2": {
"name": "담당자",
"value": "김철수"
},
"customField3": null,
"customField4": null,
"customField5": null,
"dateCreated": "2024-01-15T09:00:00.000Z",
"dateUpdated": "2024-03-20T14:30:00.000Z"
}