앱 데이터 수정
PUT
http://{backoffice-domain}/m1.0/mod/app
Headers
Name
Type
Description
Content-Type*
String
application/json
Request Body
Name
Type
Description
app_id*
int64
앱ID
database_id*
int64
포인트 정보 생성 DB ID
access_pw*
string
서버 접근PW (128byte이내)
is_enabled*
bool
활성여부 (0:비활성, 1:활성)
icon_path*
string
아이콘 경로 (256byte이내)
app_name*
string
앱 이름 (20byte이내)
Last updated