그룹(부서) 수정하기
Query Parameters
항목
타입
설명
Response Schema
항목
타입
설명
Example
curl -X 'PUT' \
'https://openapi.exosp.com/organization/v1/department' \
-H 'accept: application/json' \
-H 'x-exosp-access: YOUR_ACCESS_KEY' \
-H 'x-exosp-secret: YOUR_ACCESS_SECRET' \
-d '{
"beforeUpperDepartmentFull": "test",
"beforeDepartmentName": "test1",
"upperDepartmentFull": "test",
"departmentName": "test2"
}'
{
"code": 0,
"message": "success"
}Last updated