스키마 등록 정보를 수정합니다.
요청 예:
PUT /api/storage/v1/schema/priority
{"description":"My custom priority level"}
결과 예:
HTTP/1.1 202 Accepted
X-Zfssa-Nas-Api: 1.0
Content-Type: application/json
Content-Length: 90
{
"property": {
"href": "//api/storage/v1/schema/priority",
"type": "Integer",
"description": "My custom priority level"
}
}