Closed jo-bata closed 5 years ago
[Request] POST /v1/devices/{device_id}/files Accept: application/json Content-Type: application/json { "name": "파일이름입니다" } [Response: 200, OK] { "id" : 1, "name": "파일이름입니다" } [Response: 409, CONFLICT] { "code": 409, "msg": "Duplicated File Name.", "timestamp": "2019-07-11T17:44:45.349" }
새 파일 추가하기 API
relate to issue
Reference