PUT

권한 수정

/rest/admin/auth/{authId}

권한 정보를 수정합니다.

PUT /rest/admin/auth/{authId}

권한 정보를 수정합니다.

Request

Query Parameters

ParameterTypeRequiredDescription
authIdstringYes권한 ID (Path)
keystringYesAPI 인증 키

Request Body

ParameterTypeRequiredDescription
authNmstringNo권한명
actionTypesarrayNo액션 타입 (READ, WRITE, EXECUTE)

Response

200 OK

{
  "actionResult": "Y"
}

401 Unauthorized

{
  "error": "Unauthorized",
  "code": "UNAUTHORIZED"
}

Example

curl -X PUT "https://{{manager-host}}:{{port}}/rest/admin/auth/{authId}?key=YOUR_API_KEY"