Cập Nhập Thư Mục

1.1 Mục đích sử dụng :

Dùng để cập nhập thông tin thư mục

1.1. URI :

NameDescription

URI

{{gateway}}/v1/api/node/update

Content-Type

application/json

Method

POST

1.2. Request :

1.2.1 Request Headers :

NameRequiredDescriptionRemarks

X-API-Key

Y

API Key AWS

Authorization

Y

[xFile cấp cho đối tác]

1.2.2 Request Body - JSON:

NameTypeRequiredDescriptionRemarks

refCode

String

Y

mã thư mục

folderName

String

Y

tên thư mục

1.2.3 Request Sample :

Request URI:

{{gateway}}/v1/api/object/update

Request Body :

Value

{ "refCode":"953402516444c9d615ce346", "folderName" : "D10B" }

1.3. Response :

1.3.1 Response Body - JSON:

NameTypeDescriptionRemarks

status

Long

Trạng thái kết quả api trả về

0 : Thành công

1 : Thất bại

data

Object

Kết quả api trả về

1.3.2 Response Sample:

Response Success data
{
    "status": 0,
    "data": null
}

Last updated